Html Css Color HEX #8B0519 Carmine

📋 copy color: '#8B0519'

red 139 ◦ green 5 ◦ blue 25

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

Shades of Carmine #8B0519

Tints of Carmine #8B0519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.96%

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

R = 82.25%
G = 2.96%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8B0519 (or 0x8B0519) is known color: Carmine. HEX triplet: 8B, 05 and 19. RGB value is (139,5,25). Sum of RGB (Red+Green+Blue) = 139+5+25=169 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.25% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0519 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0519 is #74FAE6. Grayscale: #2F2F2F. Windows color (decimal): -7666407 or 1639819. OLE color: 1639819.

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

Color convert

RGB 139 5 25 -
CMYK 0 0.96 0.82 0.45
HSL 351.04º 0.93% 0.28% -
HSV(B) 351.04º 0.96% 0.55% -
XYZ 10.88 5.67 1.44 -
YUV 47.35 115.39 193.37 -
System Red Green Blue C M Y K H S L
Decimal 139 5 25 0 0.96 0.82 0.45 351.04 0.93 0.28
Hex 8B 5 19 0 60 52 2D 15F 5D 1C
Octal 213 5 31 0 140 122 55 537 135 34
Binary 10001011 101 11001 0 1100000 1010010 101101 101011111 1011101 11100

Color Harmonies of #8B0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0519

Black with #8B0519

Text Example


Text Example

White with #8B0519

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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