Html Css Color HEX #8B0219 Carmine

📋 copy color: '#8B0219'

red 139 ◦ green 2 ◦ blue 25

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

Shades of Carmine #8B0219

Tints of Carmine #8B0219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.2%

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

R = 83.73%
G = 1.2%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8B0219 (or 0x8B0219) is known color: Carmine. HEX triplet: 8B, 02 and 19. RGB value is (139,2,25). Sum of RGB (Red+Green+Blue) = 139+2+25=166 (21% of max value = 765). Red value is 139 (54.69% from 255 or 83.73% from 166); Green value is 2 (1.17% from 255 or 1.20% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0219 is #74FDE6. Grayscale: #2D2D2D. Windows color (decimal): -7667175 or 1639051. OLE color: 1639051.

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

Color convert

RGB 139 2 25 -
CMYK 0 0.99 0.82 0.45
HSL 349.93º 0.97% 0.28% -
HSV(B) 349.93º 0.99% 0.55% -
XYZ 10.84 5.6 1.43 -
YUV 45.59 116.39 194.63 -
System Red Green Blue C M Y K H S L
Decimal 139 2 25 0 0.99 0.82 0.45 349.93 0.97 0.28
Hex 8B 2 19 0 63 52 2D 15E 61 1C
Octal 213 2 31 0 143 122 55 536 141 34
Binary 10001011 10 11001 0 1100011 1010010 101101 101011110 1100001 11100

Color Harmonies of #8B0219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0219

Black with #8B0219

Text Example


Text Example

White with #8B0219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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