#B7423D

Color #B7423D Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #B7423D

Tints of Medium Carmine #B7423D

Color information

#B7423D (or 0xB7423D) is unknown color: approx Medium Carmine. HEX triplet: B7, 42 and 3D. RGB value is (183,66,61). Sum of RGB (Red+Green+Blue) = 183+66+61=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B7423D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7423D is #48BDC2. Grayscale: #646464. Windows color (decimal): -4767171 or 4014775. OLE color: 4014775.

HSL color Cylindrical-coordinate representation of color #B7423D: hue angle of 2.46º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B7423D is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.28.

Color convert

RGB1836661-
CMYK00.640.670.28
HSL2.46º50%47.84%-
HSV(B)2.46º66.67%71.76%-
XYZ22.3214.36-
YUV100.41105.76186.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 59.03%
GREEN value IS 66 (26.17% from 255) = 21.29%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=59.03%
G=21.29%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183666100.640.670.282.465047.84
HexB7423D040431C23230
Octal2671027501001033426260
Binary1011011110000101111010100000010000111110010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7423D; }

 p { color: rgb(183,66,61); }

 H1.HeaderClassName
 {
   color: #B7423D;
 }
 .AnyTagClassName
 {
   color: #B7423D;
 }
</style>
background-color css

<style>
 a { background-color: #B7423D; }

 a { background-color: rgb(183,66,61); }

 div.DivClassName
 {
   background-color: #B7423D;
 }
 .BgClassName
 {
   background-color: #B7423D;
 }
</style>
border-color css

<style>
 span { border-color: #B7423D; }

 span { border-color: rgb(183,66,61); }

 td.TdClassName
 {
   border-color: #B7423D;
 }
 .TagClassName
 {
   border-color: #B7423D;
 }
</style>