Html Css Color HEX #900319 Carmine

📋 copy color: '#900319'

red 144 ◦ green 3 ◦ blue 25

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

Shades of Carmine #900319

Tints of Carmine #900319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.74%

 BLUE value IS 25 (10.16% from 255) = 14.53%

R = 83.72%
G = 1.74%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#900319 (or 0x900319) is known color: Carmine. HEX triplet: 90, 03 and 19. RGB value is (144,3,25). Sum of RGB (Red+Green+Blue) = 144+3+25=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 3 (1.56% from 255 or 1.74% from 172); Blue value is 25 (10.16% from 255 or 14.53% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #900319 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900319 is #6FFCE6. Grayscale: #2F2F2F. Windows color (decimal): -7339239 or 1639312. OLE color: 1639312.

HSL color Cylindrical-coordinate representation of color #900319: hue angle of 350.64º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #900319 is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 3 25 -
CMYK 0 0.98 0.83 0.44
HSL 350.64º 0.96% 0.29% -
HSV(B) 350.64º 0.98% 0.56% -
XYZ 11.71 6.06 1.47 -
YUV 47.67 115.21 196.71 -
System Red Green Blue C M Y K H S L
Decimal 144 3 25 0 0.98 0.83 0.44 350.64 0.96 0.29
Hex 90 3 19 0 62 53 2C 15F 60 1D
Octal 220 3 31 0 142 123 54 537 140 35
Binary 10010000 11 11001 0 1100010 1010011 101100 101011111 1100000 11101

Color Harmonies of #900319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900319

Black with #900319

Text Example


Text Example

White with #900319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900319; }

 p { color: rgb(144,3,25); }

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

background-color css

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

 a { background-color: rgb(144,3,25); }

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

border-color css

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

 span { border-color: rgb(144,3,25); }

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