Html Css Color HEX #900A28 Carmine

📋 copy color: '#900A28'

red 144 ◦ green 10 ◦ blue 40

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

Shades of Carmine #900A28

Tints of Carmine #900A28

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.15%

 BLUE value IS 40 (16.02% from 255) = 20.62%

R = 74.23%
G = 5.15%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.44

RGB Variations

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

Color information

#900A28 (or 0x900A28) is known color: Carmine. HEX triplet: 90, 0A and 28. RGB value is (144,10,40). Sum of RGB (Red+Green+Blue) = 144+10+40=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #900A28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A28 is #6FF5D7. Grayscale: #353535. Windows color (decimal): -7337432 or 2624144. OLE color: 2624144.

HSL color Cylindrical-coordinate representation of color #900A28: hue angle of 346.57º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #900A28 is Cyan = 0, Magento = 0.93, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 10 40 -
CMYK 0 0.93 0.72 0.44
HSL 346.57º 0.87% 0.3% -
HSV(B) 346.57º 0.93% 0.56% -
XYZ 11.99 6.3 2.59 -
YUV 53.49 120.39 192.56 -
System Red Green Blue C M Y K H S L
Decimal 144 10 40 0 0.93 0.72 0.44 346.57 0.87 0.3
Hex 90 A 28 0 5D 48 2C 15B 57 1E
Octal 220 12 50 0 135 110 54 533 127 36
Binary 10010000 1010 101000 0 1011101 1001000 101100 101011011 1010111 11110

Color Harmonies of #900A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A28

Black with #900A28

Text Example


Text Example

White with #900A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900A28; }

 p { color: rgb(144,10,40); }

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

background-color css

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

 a { background-color: rgb(144,10,40); }

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

border-color css

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

 span { border-color: rgb(144,10,40); }

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