Html Css Color HEX #901022 Carmine

📋 copy color: '#901022'

red 144 ◦ green 16 ◦ blue 34

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

Shades of Carmine #901022

Tints of Carmine #901022

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

 BLUE value IS 34 (13.67% from 255) = 17.53%

R = 74.23%
G = 8.25%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#901022 (or 0x901022) is known color: Carmine. HEX triplet: 90, 10 and 22. RGB value is (144,16,34). Sum of RGB (Red+Green+Blue) = 144+16+34=194 (25% of max value = 765). Red value is 144 (56.64% from 255 or 74.23% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 34 (13.67% from 255 or 17.53% from 194); Max value from RGB is 144 - color contains mainly: red. Hex color #901022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901022 is #6FEFDD. Grayscale: #383838. Windows color (decimal): -7335902 or 2232464. OLE color: 2232464.

HSL color Cylindrical-coordinate representation of color #901022: hue angle of 351.56º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #901022 is Cyan = 0, Magento = 0.89, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 34 -
CMYK 0 0.89 0.76 0.44
HSL 351.56º 0.8% 0.31% -
HSV(B) 351.56º 0.89% 0.56% -
XYZ 11.98 6.42 2.12 -
YUV 56.32 115.41 190.54 -
System Red Green Blue C M Y K H S L
Decimal 144 16 34 0 0.89 0.76 0.44 351.56 0.8 0.31
Hex 90 10 22 0 59 4C 2C 160 50 1F
Octal 220 20 42 0 131 114 54 540 120 37
Binary 10010000 10000 100010 0 1011001 1001100 101100 101100000 1010000 11111

Color Harmonies of #901022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901022

Black with #901022

Text Example


Text Example

White with #901022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901022; }

 p { color: rgb(144,16,34); }

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

background-color css

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

 a { background-color: rgb(144,16,34); }

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

border-color css

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

 span { border-color: rgb(144,16,34); }

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