Html Css Color HEX #90151C Carmine

📋 copy color: '#90151C'

red 144 ◦ green 21 ◦ blue 28

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

Shades of Carmine #90151C

Tints of Carmine #90151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 10.88%

 BLUE value IS 28 (11.33% from 255) = 14.51%

R = 74.61%
G = 10.88%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90151C (or 0x90151C) is known color: Carmine. HEX triplet: 90, 15 and 1C. RGB value is (144,21,28). Sum of RGB (Red+Green+Blue) = 144+21+28=193 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.61% from 193); Green value is 21 (8.59% from 255 or 10.88% from 193); Blue value is 28 (11.33% from 255 or 14.51% from 193); Max value from RGB is 144 - color contains mainly: red. Hex color #90151C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90151C is #6FEAE3. Grayscale: #3A3A3A. Windows color (decimal): -7334628 or 1840528. OLE color: 1840528.

HSL color Cylindrical-coordinate representation of color #90151C: hue angle of 356.59º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90151C is Cyan = 0, Magento = 0.85, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 21 28 -
CMYK 0 0.85 0.81 0.44
HSL 356.59º 0.75% 0.32% -
HSV(B) 356.59º 0.85% 0.56% -
XYZ 11.98 6.55 1.73 -
YUV 58.58 110.75 188.93 -
System Red Green Blue C M Y K H S L
Decimal 144 21 28 0 0.85 0.81 0.44 356.59 0.75 0.32
Hex 90 15 1C 0 55 51 2C 165 4B 20
Octal 220 25 34 0 125 121 54 545 113 40
Binary 10010000 10101 11100 0 1010101 1010001 101100 101100101 1001011 100000

Color Harmonies of #90151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90151C

Black with #90151C

Text Example


Text Example

White with #90151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90151C; }

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

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

background-color css

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

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

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

border-color css

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

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

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