Html Css Color HEX #8B0F17 Carmine

📋 copy color: '#8B0F17'

red 139 ◦ green 15 ◦ blue 23

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

Shades of Carmine #8B0F17

Tints of Carmine #8B0F17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.99%

R = 78.53%
G = 8.47%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8B0F17 (or 0x8B0F17) is known color: Carmine. HEX triplet: 8B, 0F and 17. RGB value is (139,15,23). Sum of RGB (Red+Green+Blue) = 139+15+23=177 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.53% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 23 (9.38% from 255 or 12.99% from 177); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0F17 is #74F0E8. Grayscale: #353535. Windows color (decimal): -7663849 or 1511307. OLE color: 1511307.

HSL color Cylindrical-coordinate representation of color #8B0F17: hue angle of 356.13º 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 #8B0F17 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 15 23 -
CMYK 0 0.89 0.83 0.45
HSL 356.13º 0.81% 0.3% -
HSV(B) 356.13º 0.89% 0.55% -
XYZ 10.97 5.89 1.37 -
YUV 52.99 111.08 189.35 -
System Red Green Blue C M Y K H S L
Decimal 139 15 23 0 0.89 0.83 0.45 356.13 0.81 0.3
Hex 8B F 17 0 59 53 2D 164 51 1E
Octal 213 17 27 0 131 123 55 544 121 36
Binary 10001011 1111 10111 0 1011001 1010011 101101 101100100 1010001 11110

Color Harmonies of #8B0F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0F17

Black with #8B0F17

Text Example


Text Example

White with #8B0F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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