Html Css Color HEX #90031C Carmine

📋 copy color: '#90031C'

red 144 ◦ green 3 ◦ blue 28

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

Shades of Carmine #90031C

Tints of Carmine #90031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.71%

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

R = 82.29%
G = 1.71%
B = 16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.44

RGB Variations

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

Color information

#90031C (or 0x90031C) is known color: Carmine. HEX triplet: 90, 03 and 1C. RGB value is (144,3,28). Sum of RGB (Red+Green+Blue) = 144+3+28=175 (23% of max value = 765). Red value is 144 (56.64% from 255 or 82.29% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 144 - color contains mainly: red. Hex color #90031C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #90031C is #6FFCE3. Grayscale: #303030. Windows color (decimal): -7339236 or 1835920. OLE color: 1835920.

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

Color convert

RGB 144 3 28 -
CMYK 0 0.98 0.81 0.44
HSL 349.36º 0.96% 0.29% -
HSV(B) 349.36º 0.98% 0.56% -
XYZ 11.74 6.08 1.65 -
YUV 48.01 116.71 196.47 -
System Red Green Blue C M Y K H S L
Decimal 144 3 28 0 0.98 0.81 0.44 349.36 0.96 0.29
Hex 90 3 1C 0 62 51 2C 15D 60 1D
Octal 220 3 34 0 142 121 54 535 140 35
Binary 10010000 11 11100 0 1100010 1010001 101100 101011101 1100000 11101

Color Harmonies of #90031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90031C

Black with #90031C

Text Example


Text Example

White with #90031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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