Html Css Color HEX #90001D Carmine

📋 copy color: '#90001D'

red 144 ◦ green 0 ◦ blue 29

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

Shades of Carmine #90001D

Tints of Carmine #90001D

RGB

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

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

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

R = 83.24%
G = 0%
B = 16.76%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#90001D (or 0x90001D) is known color: Carmine. HEX triplet: 90, 00 and 1D. RGB value is (144,0,29). Sum of RGB (Red+Green+Blue) = 144+0+29=173 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.24% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 29 (11.72% from 255 or 16.76% from 173); Max value from RGB is 144 - color contains mainly: red. Hex color #90001D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90001D is #6FFFE2. Grayscale: #2E2E2E. Windows color (decimal): -7340003 or 1900688. OLE color: 1900688.

HSL color Cylindrical-coordinate representation of color #90001D: hue angle of 347.92º 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 #90001D is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 29 -
CMYK 0 1 0.80 0.44
HSL 347.92º 1% 0.28% -
HSV(B) 347.92º 1% 0.56% -
XYZ 11.72 6.02 1.71 -
YUV 46.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 144 0 29 0 1 0.80 0.44 347.92 1 0.28
Hex 90 0 1D 0 64 50 2C 15C 64 1C
Octal 220 0 35 0 144 120 54 534 144 34
Binary 10010000 0 11101 0 1100100 1010000 101100 101011100 1100100 11100

Color Harmonies of #90001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90001D

Black with #90001D

Text Example


Text Example

White with #90001D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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