Html Css Color HEX #90021B Carmine

📋 copy color: '#90021B'

red 144 ◦ green 2 ◦ blue 27

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

Shades of Carmine #90021B

Tints of Carmine #90021B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.61%

R = 83.24%
G = 1.16%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90021B (or 0x90021B) is known color: Carmine. HEX triplet: 90, 02 and 1B. RGB value is (144,2,27). Sum of RGB (Red+Green+Blue) = 144+2+27=173 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.24% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 144 - color contains mainly: red. Hex color #90021B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90021B is #6FFDE4. Grayscale: #2F2F2F. Windows color (decimal): -7339493 or 1770128. OLE color: 1770128.

HSL color Cylindrical-coordinate representation of color #90021B: hue angle of 349.44º 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 #90021B is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 2 27 -
CMYK 0 0.99 0.81 0.44
HSL 349.44º 0.97% 0.29% -
HSV(B) 349.44º 0.99% 0.56% -
XYZ 11.72 6.05 1.59 -
YUV 47.31 116.54 196.97 -
System Red Green Blue C M Y K H S L
Decimal 144 2 27 0 0.99 0.81 0.44 349.44 0.97 0.29
Hex 90 2 1B 0 63 51 2C 15D 61 1D
Octal 220 2 33 0 143 121 54 535 141 35
Binary 10010000 10 11011 0 1100011 1010001 101100 101011101 1100001 11101

Color Harmonies of #90021B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90021B

Black with #90021B

Text Example


Text Example

White with #90021B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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