Html Css Color HEX #900419 Carmine

📋 copy color: '#900419'

red 144 ◦ green 4 ◦ blue 25

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

Shades of Carmine #900419

Tints of Carmine #900419

RGB

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

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

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

R = 83.24%
G = 2.31%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.44

RGB Variations

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

Color information

#900419 (or 0x900419) is known color: Carmine. HEX triplet: 90, 04 and 19. RGB value is (144,4,25). Sum of RGB (Red+Green+Blue) = 144+4+25=173 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.24% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 25 (10.16% from 255 or 14.45% from 173); Max value from RGB is 144 - color contains mainly: red. Hex color #900419 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900419 is #6FFBE6. Grayscale: #303030. Windows color (decimal): -7338983 or 1639568. OLE color: 1639568.

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

Color convert

RGB 144 4 25 -
CMYK 0 0.97 0.83 0.44
HSL 351º 0.95% 0.29% -
HSV(B) 351º 0.97% 0.56% -
XYZ 11.72 6.09 1.48 -
YUV 48.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 144 4 25 0 0.97 0.83 0.44 351 0.95 0.29
Hex 90 4 19 0 61 53 2C 15F 5F 1D
Octal 220 4 31 0 141 123 54 537 137 35
Binary 10010000 100 11001 0 1100001 1010011 101100 101011111 1011111 11101

Color Harmonies of #900419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900419

Black with #900419

Text Example


Text Example

White with #900419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900419; }

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

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

background-color css

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

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

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

border-color css

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

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

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