Html Css Color HEX #900415 Carmine

📋 copy color: '#900415'

red 144 ◦ green 4 ◦ blue 21

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

Shades of Carmine #900415

Tints of Carmine #900415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.43%

R = 85.21%
G = 2.37%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.44

RGB Variations

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

Color information

#900415 (or 0x900415) is known color: Carmine. HEX triplet: 90, 04 and 15. RGB value is (144,4,21). Sum of RGB (Red+Green+Blue) = 144+4+21=169 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.21% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 144 - color contains mainly: red. Hex color #900415 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900415 is #6FFBEA. Grayscale: #2F2F2F. Windows color (decimal): -7338987 or 1377424. OLE color: 1377424.

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

Color convert

RGB 144 4 21 -
CMYK 0 0.97 0.85 0.44
HSL 352.71º 0.95% 0.29% -
HSV(B) 352.71º 0.97% 0.56% -
XYZ 11.68 6.07 1.27 -
YUV 47.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 144 4 21 0 0.97 0.85 0.44 352.71 0.95 0.29
Hex 90 4 15 0 61 55 2C 161 5F 1D
Octal 220 4 25 0 141 125 54 541 137 35
Binary 10010000 100 10101 0 1100001 1010101 101100 101100001 1011111 11101

Color Harmonies of #900415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900415

Black with #900415

Text Example


Text Example

White with #900415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900415; }

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

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

background-color css

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

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

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

border-color css

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

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

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