Html Css Color HEX #8B1319 Carmine

📋 copy color: '#8B1319'

red 139 ◦ green 19 ◦ blue 25

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

Shades of Carmine #8B1319

Tints of Carmine #8B1319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.38%

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

R = 75.96%
G = 10.38%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8B1319 (or 0x8B1319) is known color: Carmine. HEX triplet: 8B, 13 and 19. RGB value is (139,19,25). Sum of RGB (Red+Green+Blue) = 139+19+25=183 (24% of max value = 765). Red value is 139 (54.69% from 255 or 75.96% from 183); Green value is 19 (7.81% from 255 or 10.38% from 183); Blue value is 25 (10.16% from 255 or 13.66% from 183); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B1319 is #74ECE6. Grayscale: #373737. Windows color (decimal): -7662823 or 1643403. OLE color: 1643403.

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

Color convert

RGB 139 19 25 -
CMYK 0 0.86 0.82 0.45
HSL 357º 0.76% 0.31% -
HSV(B) 357º 0.86% 0.55% -
XYZ 11.06 6.02 1.5 -
YUV 55.56 110.76 187.51 -
System Red Green Blue C M Y K H S L
Decimal 139 19 25 0 0.86 0.82 0.45 357 0.76 0.31
Hex 8B 13 19 0 56 52 2D 165 4C 1F
Octal 213 23 31 0 126 122 55 545 114 37
Binary 10001011 10011 11001 0 1010110 1010010 101101 101100101 1001100 11111

Color Harmonies of #8B1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1319

Black with #8B1319

Text Example


Text Example

White with #8B1319

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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