Html Css Color HEX #900513 Carmine

📋 copy color: '#900513'

red 144 ◦ green 5 ◦ blue 19

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

Shades of Carmine #900513

Tints of Carmine #900513

RGB

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

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

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

R = 85.71%
G = 2.98%
B = 11.31%

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

#900513 (or 0x900513) is known color: Carmine. HEX triplet: 90, 05 and 13. RGB value is (144,5,19). Sum of RGB (Red+Green+Blue) = 144+5+19=168 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.71% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 19 (7.81% from 255 or 11.31% from 168); Max value from RGB is 144 - color contains mainly: red. Hex color #900513 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900513 is #6FFAEC. Grayscale: #303030. Windows color (decimal): -7338733 or 1246608. OLE color: 1246608.

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

Color convert

RGB 144 5 19 -
CMYK 0 0.97 0.87 0.44
HSL 353.96º 0.93% 0.29% -
HSV(B) 353.96º 0.97% 0.56% -
XYZ 11.67 6.08 1.18 -
YUV 48.16 111.55 196.36 -
System Red Green Blue C M Y K H S L
Decimal 144 5 19 0 0.97 0.87 0.44 353.96 0.93 0.29
Hex 90 5 13 0 61 57 2C 162 5D 1D
Octal 220 5 23 0 141 127 54 542 135 35
Binary 10010000 101 10011 0 1100001 1010111 101100 101100010 1011101 11101

Color Harmonies of #900513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900513

Black with #900513

Text Example


Text Example

White with #900513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900513; }

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

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

background-color css

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

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

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

border-color css

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

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

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