Html Css Color HEX #90041C Carmine

📋 copy color: '#90041C'

red 144 ◦ green 4 ◦ blue 28

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

Shades of Carmine #90041C

Tints of Carmine #90041C

RGB

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

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

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

R = 81.82%
G = 2.27%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90041C (or 0x90041C) is known color: Carmine. HEX triplet: 90, 04 and 1C. RGB value is (144,4,28). Sum of RGB (Red+Green+Blue) = 144+4+28=176 (23% of max value = 765). Red value is 144 (56.64% from 255 or 81.82% from 176); Green value is 4 (1.95% from 255 or 2.27% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 144 - color contains mainly: red. Hex color #90041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90041C is #6FFBE3. Grayscale: #303030. Windows color (decimal): -7338980 or 1836176. OLE color: 1836176.

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

Color convert

RGB 144 4 28 -
CMYK 0 0.97 0.81 0.44
HSL 349.71º 0.95% 0.29% -
HSV(B) 349.71º 0.97% 0.56% -
XYZ 11.75 6.1 1.66 -
YUV 48.6 116.38 196.05 -
System Red Green Blue C M Y K H S L
Decimal 144 4 28 0 0.97 0.81 0.44 349.71 0.95 0.29
Hex 90 4 1C 0 61 51 2C 15E 5F 1D
Octal 220 4 34 0 141 121 54 536 137 35
Binary 10010000 100 11100 0 1100001 1010001 101100 101011110 1011111 11101

Color Harmonies of #90041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90041C

Black with #90041C

Text Example


Text Example

White with #90041C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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