Html Css Color HEX #8B0B1C Carmine

📋 copy color: '#8B0B1C'

red 139 ◦ green 11 ◦ blue 28

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

Shades of Carmine #8B0B1C

Tints of Carmine #8B0B1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 78.09%
G = 6.18%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B0B1C (or 0x8B0B1C) is known color: Carmine. HEX triplet: 8B, 0B and 1C. RGB value is (139,11,28). Sum of RGB (Red+Green+Blue) = 139+11+28=178 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.09% from 178); Green value is 11 (4.69% from 255 or 6.18% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0B1C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0B1C is #74F4E3. Grayscale: #333333. Windows color (decimal): -7664868 or 1837963. OLE color: 1837963.

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

Color convert

RGB 139 11 28 -
CMYK 0 0.92 0.80 0.45
HSL 352.03º 0.85% 0.29% -
HSV(B) 352.03º 0.92% 0.55% -
XYZ 10.98 5.81 1.64 -
YUV 51.21 114.91 190.62 -
System Red Green Blue C M Y K H S L
Decimal 139 11 28 0 0.92 0.80 0.45 352.03 0.85 0.29
Hex 8B B 1C 0 5C 50 2D 160 55 1D
Octal 213 13 34 0 134 120 55 540 125 35
Binary 10001011 1011 11100 0 1011100 1010000 101101 101100000 1010101 11101

Color Harmonies of #8B0B1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0B1C

Black with #8B0B1C

Text Example


Text Example

White with #8B0B1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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