Html Css Color HEX #8B1121 Carmine

📋 copy color: '#8B1121'

red 139 ◦ green 17 ◦ blue 33

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

Shades of Carmine #8B1121

Tints of Carmine #8B1121

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.99%

 BLUE value IS 33 (13.28% from 255) = 17.46%

R = 73.54%
G = 8.99%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.45

RGB Variations

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

Color information

#8B1121 (or 0x8B1121) is known color: Carmine. HEX triplet: 8B, 11 and 21. RGB value is (139,17,33). Sum of RGB (Red+Green+Blue) = 139+17+33=189 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.54% from 189); Green value is 17 (7.03% from 255 or 8.99% from 189); Blue value is 33 (13.28% from 255 or 17.46% from 189); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1121 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1121 is #74EEDE. Grayscale: #373737. Windows color (decimal): -7663327 or 2167179. OLE color: 2167179.

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

Color convert

RGB 139 17 33 -
CMYK 0 0.88 0.76 0.45
HSL 352.13º 0.78% 0.31% -
HSV(B) 352.13º 0.88% 0.55% -
XYZ 11.12 6 2.01 -
YUV 55.3 115.42 187.7 -
System Red Green Blue C M Y K H S L
Decimal 139 17 33 0 0.88 0.76 0.45 352.13 0.78 0.31
Hex 8B 11 21 0 58 4C 2D 160 4E 1F
Octal 213 21 41 0 130 114 55 540 116 37
Binary 10001011 10001 100001 0 1011000 1001100 101101 101100000 1001110 11111

Color Harmonies of #8B1121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1121

Black with #8B1121

Text Example


Text Example

White with #8B1121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,17,33); }

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

background-color css

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

 a { background-color: rgb(139,17,33); }

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

border-color css

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

 span { border-color: rgb(139,17,33); }

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