#B0422B

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

Shades of Medium Carmine #B0422B

Tints of Medium Carmine #B0422B

Color information

#B0422B (or 0xB0422B) is unknown color: approx Medium Carmine. HEX triplet: B0, 42 and 2B. RGB value is (176,66,43). Sum of RGB (Red+Green+Blue) = 176+66+43=285 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.75% from 285); Green value is 66 (26.17% from 255 or 23.16% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 176 - color contains mainly: red. Hex color #B0422B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0422B is #4FBDD4. Grayscale: #606060. Windows color (decimal): -5225941 or 2835120. OLE color: 2835120.

HSL color Cylindrical-coordinate representation of color #B0422B: hue angle of 10.38º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0422B is Cyan = 0, Magento = 0.62, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB1766643-
CMYK00.620.760.31
HSL10.38º60.73%42.94%-
HSV(B)10.38º75.57%69.02%-
XYZ20.2913.33.78-
YUV96.2797.94184.87-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.75%
GREEN value IS 66 (26.17% from 255) = 23.16%
BLUE value IS 43 (17.19% from 255) = 15.09%
R=61.75%
G=23.16%
B=15.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176664300.620.760.3110.3860.7342.94
HexB0422B03E4C1Fa3d2b
Octal2601025307611437127553
Binary10110000100001010101101111101001100111111010111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0422B; }

 p { color: rgb(176,66,43); }

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

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

 a { background-color: rgb(176,66,43); }

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

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

 span { border-color: rgb(176,66,43); }

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