Html Css Color HEX #90021A Carmine

📋 copy color: '#90021A'

red 144 ◦ green 2 ◦ blue 26

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

Shades of Carmine #90021A

Tints of Carmine #90021A

RGB

 RED value IS 144 (56.64% from 255) = 83.72%

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

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

R = 83.72%
G = 1.16%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.44

RGB Variations

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

Color information

#90021A (or 0x90021A) is known color: Carmine. HEX triplet: 90, 02 and 1A. RGB value is (144,2,26). Sum of RGB (Red+Green+Blue) = 144+2+26=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 2 (1.17% from 255 or 1.16% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #90021A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90021A is #6FFDE5. Grayscale: #2F2F2F. Windows color (decimal): -7339494 or 1704592. OLE color: 1704592.

HSL color Cylindrical-coordinate representation of color #90021A: hue angle of 349.86º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #90021A is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 2 26 -
CMYK 0 0.99 0.82 0.44
HSL 349.86º 0.97% 0.29% -
HSV(B) 349.86º 0.99% 0.56% -
XYZ 11.71 6.05 1.53 -
YUV 47.19 116.04 197.05 -
System Red Green Blue C M Y K H S L
Decimal 144 2 26 0 0.99 0.82 0.44 349.86 0.97 0.29
Hex 90 2 1A 0 63 52 2C 15E 61 1D
Octal 220 2 32 0 143 122 54 536 141 35
Binary 10010000 10 11010 0 1100011 1010010 101100 101011110 1100001 11101

Color Harmonies of #90021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90021A

Black with #90021A

Text Example


Text Example

White with #90021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90021A; }

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

 H1.HeaderClassName
 {
   color: #90021A;
 }
 .AnyTagClassName
 {
   color: #90021A;
 }
</style>

background-color css

<style>
 a { background-color: #90021A; }

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

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

border-color css

<style>
 span { border-color: #90021A; }

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

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