Html Css Color HEX #8B0C19 Carmine

📋 copy color: '#8B0C19'

red 139 ◦ green 12 ◦ blue 25

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

Shades of Carmine #8B0C19

Tints of Carmine #8B0C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.82%

 BLUE value IS 25 (10.16% from 255) = 14.2%

R = 78.98%
G = 6.82%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8B0C19 (or 0x8B0C19) is known color: Carmine. HEX triplet: 8B, 0C and 19. RGB value is (139,12,25). Sum of RGB (Red+Green+Blue) = 139+12+25=176 (23% of max value = 765). Red value is 139 (54.69% from 255 or 78.98% from 176); Green value is 12 (5.08% from 255 or 6.82% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0C19 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0C19 is #74F3E6. Grayscale: #333333. Windows color (decimal): -7664615 or 1641611. OLE color: 1641611.

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

Color convert

RGB 139 12 25 -
CMYK 0 0.91 0.82 0.45
HSL 353.86º 0.84% 0.3% -
HSV(B) 353.86º 0.91% 0.55% -
XYZ 10.95 5.82 1.47 -
YUV 51.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 139 12 25 0 0.91 0.82 0.45 353.86 0.84 0.3
Hex 8B C 19 0 5B 52 2D 162 54 1E
Octal 213 14 31 0 133 122 55 542 124 36
Binary 10001011 1100 11001 0 1011011 1010010 101101 101100010 1010100 11110

Color Harmonies of #8B0C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0C19

Black with #8B0C19

Text Example


Text Example

White with #8B0C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,12,25); }

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

background-color css

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

 a { background-color: rgb(139,12,25); }

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

border-color css

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

 span { border-color: rgb(139,12,25); }

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