Html Css Color HEX #90001E Carmine

📋 copy color: '#90001E'

red 144 ◦ green 0 ◦ blue 30

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

Shades of Carmine #90001E

Tints of Carmine #90001E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 82.76%
G = 0%
B = 17.24%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.44

RGB Variations

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

Color information

#90001E (or 0x90001E) is known color: Carmine. HEX triplet: 90, 00 and 1E. RGB value is (144,0,30). Sum of RGB (Red+Green+Blue) = 144+0+30=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 0 (0.39% from 255 or 0% from 174); Blue value is 30 (12.11% from 255 or 17.24% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #90001E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90001E is #6FFFE1. Grayscale: #2E2E2E. Windows color (decimal): -7340002 or 1966224. OLE color: 1966224.

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

Color convert

RGB 144 0 30 -
CMYK 0 1 0.79 0.44
HSL 347.5º 1% 0.28% -
HSV(B) 347.5º 1% 0.56% -
XYZ 11.74 6.02 1.77 -
YUV 46.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 144 0 30 0 1 0.79 0.44 347.5 1 0.28
Hex 90 0 1E 0 64 4F 2C 15C 64 1C
Octal 220 0 36 0 144 117 54 534 144 34
Binary 10010000 0 11110 0 1100100 1001111 101100 101011100 1100100 11100

Color Harmonies of #90001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90001E

Black with #90001E

Text Example


Text Example

White with #90001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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