Html Css Color HEX #8B0B17 Carmine

📋 copy color: '#8B0B17'

red 139 ◦ green 11 ◦ blue 23

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

Shades of Carmine #8B0B17

Tints of Carmine #8B0B17

RGB

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

 GREEN value IS 11 (4.69% from 255) = 6.36%

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

R = 80.35%
G = 6.36%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8B0B17 (or 0x8B0B17) is known color: Carmine. HEX triplet: 8B, 0B and 17. RGB value is (139,11,23). Sum of RGB (Red+Green+Blue) = 139+11+23=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 23 (9.38% from 255 or 13.29% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0B17 is #74F4E8. Grayscale: #323232. Windows color (decimal): -7664873 or 1510283. OLE color: 1510283.

HSL color Cylindrical-coordinate representation of color #8B0B17: hue angle of 354.38º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8B0B17 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 11 23 -
CMYK 0 0.92 0.83 0.45
HSL 354.38º 0.85% 0.29% -
HSV(B) 354.38º 0.92% 0.55% -
XYZ 10.92 5.79 1.35 -
YUV 50.64 112.41 191.02 -
System Red Green Blue C M Y K H S L
Decimal 139 11 23 0 0.92 0.83 0.45 354.38 0.85 0.29
Hex 8B B 17 0 5C 53 2D 162 55 1D
Octal 213 13 27 0 134 123 55 542 125 35
Binary 10001011 1011 10111 0 1011100 1010011 101101 101100010 1010101 11101

Color Harmonies of #8B0B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0B17

Black with #8B0B17

Text Example


Text Example

White with #8B0B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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