Html Css Color HEX #90011F Carmine

📋 copy color: '#90011F'

red 144 ◦ green 1 ◦ blue 31

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

Shades of Carmine #90011F

Tints of Carmine #90011F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 81.82%
G = 0.57%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.44

RGB Variations

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

Color information

#90011F (or 0x90011F) is known color: Carmine. HEX triplet: 90, 01 and 1F. RGB value is (144,1,31). Sum of RGB (Red+Green+Blue) = 144+1+31=176 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.82% from 176); Green value is 1 (0.78% from 255 or 0.57% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 144 - color contains mainly: red. Hex color #90011F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90011F is #6FFEE0. Grayscale: #2F2F2F. Windows color (decimal): -7339745 or 2032016. OLE color: 2032016.

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

Color convert

RGB 144 1 31 -
CMYK 0 0.99 0.78 0.44
HSL 347.41º 0.99% 0.28% -
HSV(B) 347.41º 0.99% 0.56% -
XYZ 11.76 6.05 1.84 -
YUV 47.18 118.88 197.06 -
System Red Green Blue C M Y K H S L
Decimal 144 1 31 0 0.99 0.78 0.44 347.41 0.99 0.28
Hex 90 1 1F 0 63 4E 2C 15B 63 1C
Octal 220 1 37 0 143 116 54 533 143 34
Binary 10010000 1 11111 0 1100011 1001110 101100 101011011 1100011 11100

Color Harmonies of #90011F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90011F

Black with #90011F

Text Example


Text Example

White with #90011F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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