#B9422B

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

Shades of Medium Carmine #B9422B

Tints of Medium Carmine #B9422B

Color information

#B9422B (or 0xB9422B) is unknown color: approx Medium Carmine. HEX triplet: B9, 42 and 2B. RGB value is (185,66,43). Sum of RGB (Red+Green+Blue) = 185+66+43=294 (38% of max value = 765). Red value is 185 (72.66% from 255 or 62.93% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 185 - color contains mainly: red. Hex color #B9422B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9422B is #46BDD4. Grayscale: #636363. Windows color (decimal): -4636117 or 2835129. OLE color: 2835129.

HSL color Cylindrical-coordinate representation of color #B9422B: hue angle of 9.72º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9422B is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB1856643-
CMYK00.640.770.27
HSL9.72º62.28%44.71%-
HSV(B)9.72º76.76%72.55%-
XYZ22.3914.393.88-
YUV98.9696.42189.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.93%
GREEN value IS 66 (26.17% from 255) = 22.45%
BLUE value IS 43 (17.19% from 255) = 14.63%
R=62.93%
G=22.45%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185664300.640.770.279.7262.2844.71
HexB9422B0404D1Ba3e2d
Octal27110253010011533127655
Binary101110011000010101011010000001001101110111010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9422B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9422B; }

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

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

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

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

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

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

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

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