Html Css Color HEX #900413 Carmine

📋 copy color: '#900413'

red 144 ◦ green 4 ◦ blue 19

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

Shades of Carmine #900413

Tints of Carmine #900413

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.4%

 BLUE value IS 19 (7.81% from 255) = 11.38%

R = 86.23%
G = 2.4%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.44

RGB Variations

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

Color information

#900413 (or 0x900413) is known color: Carmine. HEX triplet: 90, 04 and 13. RGB value is (144,4,19). Sum of RGB (Red+Green+Blue) = 144+4+19=167 (22% of max value = 765). Red value is 144 (56.64% from 255 or 86.23% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 19 (7.81% from 255 or 11.38% from 167); Max value from RGB is 144 - color contains mainly: red. Hex color #900413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900413 is #6FFBEC. Grayscale: #2F2F2F. Windows color (decimal): -7338989 or 1246352. OLE color: 1246352.

HSL color Cylindrical-coordinate representation of color #900413: hue angle of 353.57º degrees, saturation: 0.95, 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 #900413 is Cyan = 0, Magento = 0.97, Yellow = 0.87 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 4 19 -
CMYK 0 0.97 0.87 0.44
HSL 353.57º 0.95% 0.29% -
HSV(B) 353.57º 0.97% 0.56% -
XYZ 11.66 6.06 1.17 -
YUV 47.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 144 4 19 0 0.97 0.87 0.44 353.57 0.95 0.29
Hex 90 4 13 0 61 57 2C 162 5F 1D
Octal 220 4 23 0 141 127 54 542 137 35
Binary 10010000 100 10011 0 1100001 1010111 101100 101100010 1011111 11101

Color Harmonies of #900413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900413

Black with #900413

Text Example


Text Example

White with #900413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900413; }

 p { color: rgb(144,4,19); }

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

background-color css

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

 a { background-color: rgb(144,4,19); }

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

border-color css

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

 span { border-color: rgb(144,4,19); }

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