Html Css Color HEX #900524 Carmine

📋 copy color: '#900524'

red 144 ◦ green 5 ◦ blue 36

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

Shades of Carmine #900524

Tints of Carmine #900524

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.7%

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

R = 77.84%
G = 2.7%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.75

 K value IS 0.44

RGB Variations

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

Color information

#900524 (or 0x900524) is known color: Carmine. HEX triplet: 90, 05 and 24. RGB value is (144,5,36). Sum of RGB (Red+Green+Blue) = 144+5+36=185 (24% of max value = 765). Red value is 144 (56.64% from 255 or 77.84% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 36 (14.45% from 255 or 19.46% from 185); Max value from RGB is 144 - color contains mainly: red. Hex color #900524 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900524 is #6FFADB. Grayscale: #323232. Windows color (decimal): -7338716 or 2360720. OLE color: 2360720.

HSL color Cylindrical-coordinate representation of color #900524: hue angle of 346.62º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #900524 is Cyan = 0, Magento = 0.97, Yellow = 0.75 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 5 36 -
CMYK 0 0.97 0.75 0.44
HSL 346.62º 0.93% 0.29% -
HSV(B) 346.62º 0.97% 0.56% -
XYZ 11.87 6.17 2.23 -
YUV 50.1 120.05 194.98 -
System Red Green Blue C M Y K H S L
Decimal 144 5 36 0 0.97 0.75 0.44 346.62 0.93 0.29
Hex 90 5 24 0 61 4B 2C 15B 5D 1D
Octal 220 5 44 0 141 113 54 533 135 35
Binary 10010000 101 100100 0 1100001 1001011 101100 101011011 1011101 11101

Color Harmonies of #900524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900524

Black with #900524

Text Example


Text Example

White with #900524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900524; }

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

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

background-color css

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

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

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

border-color css

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

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

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