Html Css Color HEX #90161C Carmine

📋 copy color: '#90161C'

red 144 ◦ green 22 ◦ blue 28

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

Shades of Carmine #90161C

Tints of Carmine #90161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.34%

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

R = 74.23%
G = 11.34%
B = 14.43%

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

#90161C (or 0x90161C) is known color: Carmine. HEX triplet: 90, 16 and 1C. RGB value is (144,22,28). Sum of RGB (Red+Green+Blue) = 144+22+28=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 28 (11.33% from 255 or 14.43% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #90161C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90161C is #6FE9E3. Grayscale: #3B3B3B. Windows color (decimal): -7334372 or 1840784. OLE color: 1840784.

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

Color convert

RGB 144 22 28 -
CMYK 0 0.85 0.81 0.44
HSL 357.05º 0.73% 0.33% -
HSV(B) 357.05º 0.85% 0.56% -
XYZ 12 6.59 1.74 -
YUV 59.16 110.42 188.51 -
System Red Green Blue C M Y K H S L
Decimal 144 22 28 0 0.85 0.81 0.44 357.05 0.73 0.33
Hex 90 16 1C 0 55 51 2C 165 49 21
Octal 220 26 34 0 125 121 54 545 111 41
Binary 10010000 10110 11100 0 1010101 1010001 101100 101100101 1001001 100001

Color Harmonies of #90161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90161C

Black with #90161C

Text Example


Text Example

White with #90161C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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