Html Css Color HEX #90011D Carmine

📋 copy color: '#90011D'

red 144 ◦ green 1 ◦ blue 29

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

Shades of Carmine #90011D

Tints of Carmine #90011D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

 BLUE value IS 29 (11.72% from 255) = 16.67%

R = 82.76%
G = 0.57%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#90011D (or 0x90011D) is known color: Carmine. HEX triplet: 90, 01 and 1D. RGB value is (144,1,29). Sum of RGB (Red+Green+Blue) = 144+1+29=174 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.76% from 174); Green value is 1 (0.78% from 255 or 0.57% from 174); Blue value is 29 (11.72% from 255 or 16.67% from 174); Max value from RGB is 144 - color contains mainly: red. Hex color #90011D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90011D is #6FFEE2. Grayscale: #2E2E2E. Windows color (decimal): -7339747 or 1900944. OLE color: 1900944.

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

Color convert

RGB 144 1 29 -
CMYK 0 0.99 0.80 0.44
HSL 348.25º 0.99% 0.28% -
HSV(B) 348.25º 0.99% 0.56% -
XYZ 11.73 6.04 1.71 -
YUV 46.95 117.88 197.22 -
System Red Green Blue C M Y K H S L
Decimal 144 1 29 0 0.99 0.80 0.44 348.25 0.99 0.28
Hex 90 1 1D 0 63 50 2C 15C 63 1C
Octal 220 1 35 0 143 120 54 534 143 34
Binary 10010000 1 11101 0 1100011 1010000 101100 101011100 1100011 11100

Color Harmonies of #90011D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90011D

Black with #90011D

Text Example


Text Example

White with #90011D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90011D; }

 p { color: rgb(144,1,29); }

 H1.HeaderClassName
 {
   color: #90011D;
 }
 .AnyTagClassName
 {
   color: #90011D;
 }
</style>

background-color css

<style>
 a { background-color: #90011D; }

 a { background-color: rgb(144,1,29); }

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

border-color css

<style>
 span { border-color: #90011D; }

 span { border-color: rgb(144,1,29); }

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