Html Css Color HEX #8D021A Carmine

📋 copy color: '#8D021A'

red 141 ◦ green 2 ◦ blue 26

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

Shades of Carmine #8D021A

Tints of Carmine #8D021A

RGB

 RED value IS 141 (55.47% from 255) = 83.43%

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

 BLUE value IS 26 (10.55% from 255) = 15.38%

R = 83.43%
G = 1.18%
B = 15.38%

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

#8D021A (or 0x8D021A) is known color: Carmine. HEX triplet: 8D, 02 and 1A. RGB value is (141,2,26). Sum of RGB (Red+Green+Blue) = 141+2+26=169 (22% of max value = 765). Red value is 141 (55.47% from 255 or 83.43% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 141 - color contains mainly: red. Hex color #8D021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D021A is #72FDE5. Grayscale: #2E2E2E. Windows color (decimal): -7536102 or 1704589. OLE color: 1704589.

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

Color convert

RGB 141 2 26 -
CMYK 0 0.99 0.82 0.45
HSL 349.64º 0.97% 0.28% -
HSV(B) 349.64º 0.99% 0.55% -
XYZ 11.19 5.78 1.5 -
YUV 46.3 116.55 195.55 -
System Red Green Blue C M Y K H S L
Decimal 141 2 26 0 0.99 0.82 0.45 349.64 0.97 0.28
Hex 8D 2 1A 0 63 52 2D 15E 61 1C
Octal 215 2 32 0 143 122 55 536 141 34
Binary 10001101 10 11010 0 1100011 1010010 101101 101011110 1100001 11100

Color Harmonies of #8D021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D021A

Black with #8D021A

Text Example


Text Example

White with #8D021A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,2,26); }

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

background-color css

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

 a { background-color: rgb(141,2,26); }

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

border-color css

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

 span { border-color: rgb(141,2,26); }

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