Html Css Color HEX #90001F Carmine

📋 copy color: '#90001F'

red 144 ◦ green 0 ◦ blue 31

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

Shades of Carmine #90001F

Tints of Carmine #90001F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 31 (12.5% from 255) = 17.71%

R = 82.29%
G = 0%
B = 17.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90001F (or 0x90001F) is known color: Carmine. HEX triplet: 90, 00 and 1F. RGB value is (144,0,31). Sum of RGB (Red+Green+Blue) = 144+0+31=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #90001F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90001F is #6FFFE0. Grayscale: #2E2E2E. Windows color (decimal): -7340001 or 2031760. OLE color: 2031760.

HSL color Cylindrical-coordinate representation of color #90001F: hue angle of 347.08º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #90001F is Cyan = 0, Magento = 1, Yellow = 0.78 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 0 31 -
CMYK 0 1 0.78 0.44
HSL 347.08º 1% 0.28% -
HSV(B) 347.08º 1% 0.56% -
XYZ 11.75 6.03 1.84 -
YUV 46.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 144 0 31 0 1 0.78 0.44 347.08 1 0.28
Hex 90 0 1F 0 64 4E 2C 15B 64 1C
Octal 220 0 37 0 144 116 54 533 144 34
Binary 10010000 0 11111 0 1100100 1001110 101100 101011011 1100100 11100

Color Harmonies of #90001F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90001F

Black with #90001F

Text Example


Text Example

White with #90001F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90001F; }

 p { color: rgb(144,0,31); }

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

background-color css

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

 a { background-color: rgb(144,0,31); }

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

border-color css

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

 span { border-color: rgb(144,0,31); }

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