Html Css Color HEX #8B0019 Carmine

📋 copy color: '#8B0019'

red 139 ◦ green 0 ◦ blue 25

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

Shades of Carmine #8B0019

Tints of Carmine #8B0019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 84.76%
G = 0%
B = 15.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8B0019 (or 0x8B0019) is known color: Carmine. HEX triplet: 8B, 00 and 19. RGB value is (139,0,25). Sum of RGB (Red+Green+Blue) = 139+0+25=164 (21% of max value = 765). Red value is 139 (54.69% from 255 or 84.76% from 164); Green value is 0 (0.39% from 255 or 0% from 164); Blue value is 25 (10.16% from 255 or 15.24% from 164); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0019 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0019 is #74FFE6. Grayscale: #2C2C2C. Windows color (decimal): -7667687 or 1638539. OLE color: 1638539.

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

Color convert

RGB 139 0 25 -
CMYK 0 1 0.82 0.45
HSL 349.21º 1% 0.27% -
HSV(B) 349.21º 1% 0.55% -
XYZ 10.82 5.56 1.42 -
YUV 44.41 117.05 195.47 -
System Red Green Blue C M Y K H S L
Decimal 139 0 25 0 1 0.82 0.45 349.21 1 0.27
Hex 8B 0 19 0 64 52 2D 15D 64 1B
Octal 213 0 31 0 144 122 55 535 144 33
Binary 10001011 0 11001 0 1100100 1010010 101101 101011101 1100100 11011

Color Harmonies of #8B0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0019

Black with #8B0019

Text Example


Text Example

White with #8B0019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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