#B9432E

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

Shades of Medium Carmine #B9432E

Tints of Medium Carmine #B9432E

Color information

#B9432E (or 0xB9432E) is unknown color: approx Medium Carmine. HEX triplet: B9, 43 and 2E. RGB value is (185,67,46). Sum of RGB (Red+Green+Blue) = 185+67+46=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 46 (18.36% from 255 or 15.44% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9432E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9432E is #46BCD1. Grayscale: #646464. Windows color (decimal): -4635858 or 3031993. OLE color: 3031993.

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

Color convert

RGB1856746-
CMYK00.640.750.27
HSL9.06º60.17%45.29%-
HSV(B)9.06º75.14%72.55%-
XYZ22.5114.534.2-
YUV99.8997.59188.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.08%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 46 (18.36% from 255) = 15.44%
R=62.08%
G=22.48%
B=15.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185674600.640.750.279.0660.1745.29
HexB9432E0404B1B93c2d
Octal27110356010011333117455
Binary101110011000011101110010000001001011110111001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9432E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9432E; }

 p { color: rgb(185,67,46); }

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

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

 a { background-color: rgb(185,67,46); }

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

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

 span { border-color: rgb(185,67,46); }

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