Html Css Color HEX #8B0016 Carmine

📋 copy color: '#8B0016'

red 139 ◦ green 0 ◦ blue 22

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

Shades of Carmine #8B0016

Tints of Carmine #8B0016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 13.66%

R = 86.34%
G = 0%
B = 13.66%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8B0016 (or 0x8B0016) is known color: Carmine. HEX triplet: 8B, 00 and 16. RGB value is (139,0,22). Sum of RGB (Red+Green+Blue) = 139+0+22=161 (21% of max value = 765). Red value is 139 (54.69% from 255 or 86.34% from 161); Green value is 0 (0.39% from 255 or 0% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8B0016 is #74FFE9. Grayscale: #2C2C2C. Windows color (decimal): -7667690 or 1441931. OLE color: 1441931.

HSL color Cylindrical-coordinate representation of color #8B0016: hue angle of 350.5º 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 #8B0016 is Cyan = 0, Magento = 1, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 0 22 -
CMYK 0 1 0.84 0.45
HSL 350.5º 1% 0.27% -
HSV(B) 350.5º 1% 0.55% -
XYZ 10.79 5.55 1.26 -
YUV 44.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 139 0 22 0 1 0.84 0.45 350.5 1 0.27
Hex 8B 0 16 0 64 54 2D 15F 64 1B
Octal 213 0 26 0 144 124 55 537 144 33
Binary 10001011 0 10110 0 1100100 1010100 101101 101011111 1100100 11011

Color Harmonies of #8B0016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0016

Black with #8B0016

Text Example


Text Example

White with #8B0016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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