Html Css Color HEX #8B0F20 Carmine

📋 copy color: '#8B0F20'

red 139 ◦ green 15 ◦ blue 32

#8B0F20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #8B0F20

Tints of Carmine #8B0F20

RGB

 RED value IS 139 (54.69% from 255) = 74.73%

 GREEN value IS 15 (6.25% from 255) = 8.06%

 BLUE value IS 32 (12.89% from 255) = 17.2%

R = 74.73%
G = 8.06%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.45

RGB Variations

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

Color information

#8B0F20 (or 0x8B0F20) is known color: Carmine. HEX triplet: 8B, 0F and 20. RGB value is (139,15,32). Sum of RGB (Red+Green+Blue) = 139+15+32=186 (24% of max value = 765). Red value is 139 (54.69% from 255 or 74.73% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 32 (12.89% from 255 or 17.20% from 186); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F20 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F20 is #74F0DF. Grayscale: #363636. Windows color (decimal): -7663840 or 2101131. OLE color: 2101131.

HSL color Cylindrical-coordinate representation of color #8B0F20: hue angle of 351.77º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B0F20 is Cyan = 0, Magento = 0.89, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 15 32 -
CMYK 0 0.89 0.77 0.45
HSL 351.77º 0.81% 0.3% -
HSV(B) 351.77º 0.89% 0.55% -
XYZ 11.08 5.93 1.93 -
YUV 54.01 115.58 188.62 -
System Red Green Blue C M Y K H S L
Decimal 139 15 32 0 0.89 0.77 0.45 351.77 0.81 0.3
Hex 8B F 20 0 59 4D 2D 160 51 1E
Octal 213 17 40 0 131 115 55 540 121 36
Binary 10001011 1111 100000 0 1011001 1001101 101101 101100000 1010001 11110

Color Harmonies of #8B0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0F20

Black with #8B0F20

Text Example


Text Example

White with #8B0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B0F20; }

 p { color: rgb(139,15,32); }

 H1.HeaderClassName
 {
   color: #8B0F20;
 }
 .AnyTagClassName
 {
   color: #8B0F20;
 }
</style>

background-color css

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

 a { background-color: rgb(139,15,32); }

 div.DivClassName
 {
   background-color: #8B0F20;
 }
 .BgClassName
 {
   background-color: #8B0F20;
 }
</style>

border-color css

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

 span { border-color: rgb(139,15,32); }

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