Html Css Color HEX #900024 Carmine

📋 copy color: '#900024'

red 144 ◦ green 0 ◦ blue 36

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

Shades of Carmine #900024

Tints of Carmine #900024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 20%

R = 80%
G = 0%
B = 20%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#900024 (or 0x900024) is known color: Carmine. HEX triplet: 90, 00 and 24. RGB value is (144,0,36). Sum of RGB (Red+Green+Blue) = 144+0+36=180 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 36 (14.45% from 255 or 20% from 180); Max value from RGB is 144 - color contains mainly: red. Hex color #900024 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900024 is #6FFFDB. Grayscale: #2F2F2F. Windows color (decimal): -7339996 or 2359440. OLE color: 2359440.

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

Color convert

RGB 144 0 36 -
CMYK 0 1 0.75 0.44
HSL 345º 1% 0.28% -
HSV(B) 345º 1% 0.56% -
XYZ 11.82 6.06 2.22 -
YUV 47.16 121.71 197.07 -
System Red Green Blue C M Y K H S L
Decimal 144 0 36 0 1 0.75 0.44 345 1 0.28
Hex 90 0 24 0 64 4B 2C 159 64 1C
Octal 220 0 44 0 144 113 54 531 144 34
Binary 10010000 0 100100 0 1100100 1001011 101100 101011001 1100100 11100

Color Harmonies of #900024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900024

Black with #900024

Text Example


Text Example

White with #900024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900024; }

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

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

background-color css

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

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

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

border-color css

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

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

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