Html Css Color HEX #900A1D Carmine

📋 copy color: '#900A1D'

red 144 ◦ green 10 ◦ blue 29

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

Shades of Carmine #900A1D

Tints of Carmine #900A1D

RGB

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

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

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

R = 78.69%
G = 5.46%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.80

 K value IS 0.44

RGB Variations

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

Color information

#900A1D (or 0x900A1D) is known color: Carmine. HEX triplet: 90, 0A and 1D. RGB value is (144,10,29). Sum of RGB (Red+Green+Blue) = 144+10+29=183 (24% of max value = 765). Red value is 144 (56.64% from 255 or 78.69% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 144 - color contains mainly: red. Hex color #900A1D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900A1D is #6FF5E2. Grayscale: #343434. Windows color (decimal): -7337443 or 1903248. OLE color: 1903248.

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

Color convert

RGB 144 10 29 -
CMYK 0 0.93 0.80 0.44
HSL 351.49º 0.87% 0.3% -
HSV(B) 351.49º 0.93% 0.56% -
XYZ 11.83 6.24 1.74 -
YUV 52.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 144 10 29 0 0.93 0.80 0.44 351.49 0.87 0.3
Hex 90 A 1D 0 5D 50 2C 15F 57 1E
Octal 220 12 35 0 135 120 54 537 127 36
Binary 10010000 1010 11101 0 1011101 1010000 101100 101011111 1010111 11110

Color Harmonies of #900A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900A1D

Black with #900A1D

Text Example


Text Example

White with #900A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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