Html Css Color HEX #8B021C Carmine

📋 copy color: '#8B021C'

red 139 ◦ green 2 ◦ blue 28

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

Shades of Carmine #8B021C

Tints of Carmine #8B021C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.57%

R = 82.25%
G = 1.18%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8B021C (or 0x8B021C) is known color: Carmine. HEX triplet: 8B, 02 and 1C. RGB value is (139,2,28). Sum of RGB (Red+Green+Blue) = 139+2+28=169 (22% of max value = 765). Red value is 139 (54.69% from 255 or 82.25% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 139 - color contains mainly: red. Hex color #8B021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B021C is #74FDE3. Grayscale: #2D2D2D. Windows color (decimal): -7667172 or 1835659. OLE color: 1835659.

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

Color convert

RGB 139 2 28 -
CMYK 0 0.99 0.80 0.45
HSL 348.61º 0.97% 0.28% -
HSV(B) 348.61º 0.99% 0.55% -
XYZ 10.88 5.62 1.61 -
YUV 45.93 117.89 194.39 -
System Red Green Blue C M Y K H S L
Decimal 139 2 28 0 0.99 0.80 0.45 348.61 0.97 0.28
Hex 8B 2 1C 0 63 50 2D 15D 61 1C
Octal 213 2 34 0 143 120 55 535 141 34
Binary 10001011 10 11100 0 1100011 1010000 101101 101011101 1100001 11100

Color Harmonies of #8B021C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B021C

Black with #8B021C

Text Example


Text Example

White with #8B021C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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