Html Css Color HEX #90121E Carmine

📋 copy color: '#90121E'

red 144 ◦ green 18 ◦ blue 30

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

Shades of Carmine #90121E

Tints of Carmine #90121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.38%

 BLUE value IS 30 (12.11% from 255) = 15.63%

R = 75%
G = 9.38%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90121E (or 0x90121E) is known color: Carmine. HEX triplet: 90, 12 and 1E. RGB value is (144,18,30). Sum of RGB (Red+Green+Blue) = 144+18+30=192 (25% of max value = 765). Red value is 144 (56.64% from 255 or 75% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 30 (12.11% from 255 or 15.62% from 192); Max value from RGB is 144 - color contains mainly: red. Hex color #90121E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90121E is #6FEDE1. Grayscale: #393939. Windows color (decimal): -7335394 or 1970832. OLE color: 1970832.

HSL color Cylindrical-coordinate representation of color #90121E: hue angle of 354.29º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #90121E is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 18 30 -
CMYK 0 0.88 0.79 0.44
HSL 354.29º 0.78% 0.32% -
HSV(B) 354.29º 0.88% 0.56% -
XYZ 11.95 6.46 1.84 -
YUV 57.04 112.74 190.02 -
System Red Green Blue C M Y K H S L
Decimal 144 18 30 0 0.88 0.79 0.44 354.29 0.78 0.32
Hex 90 12 1E 0 58 4F 2C 162 4E 20
Octal 220 22 36 0 130 117 54 542 116 40
Binary 10010000 10010 11110 0 1011000 1001111 101100 101100010 1001110 100000

Color Harmonies of #90121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90121E

Black with #90121E

Text Example


Text Example

White with #90121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90121E; }

 p { color: rgb(144,18,30); }

 H1.HeaderClassName
 {
   color: #90121E;
 }
 .AnyTagClassName
 {
   color: #90121E;
 }
</style>

background-color css

<style>
 a { background-color: #90121E; }

 a { background-color: rgb(144,18,30); }

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

border-color css

<style>
 span { border-color: #90121E; }

 span { border-color: rgb(144,18,30); }

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