Html Css Color HEX #901222 Carmine

📋 copy color: '#901222'

red 144 ◦ green 18 ◦ blue 34

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

Shades of Carmine #901222

Tints of Carmine #901222

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.18%

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

R = 73.47%
G = 9.18%
B = 17.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#901222 (or 0x901222) is known color: Carmine. HEX triplet: 90, 12 and 22. RGB value is (144,18,34). Sum of RGB (Red+Green+Blue) = 144+18+34=196 (25% of max value = 765). Red value is 144 (56.64% from 255 or 73.47% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 34 (13.67% from 255 or 17.35% from 196); Max value from RGB is 144 - color contains mainly: red. Hex color #901222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #901222 is #6FEDDD. Grayscale: #393939. Windows color (decimal): -7335390 or 2232976. OLE color: 2232976.

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

Color convert

RGB 144 18 34 -
CMYK 0 0.88 0.76 0.44
HSL 352.38º 0.78% 0.32% -
HSV(B) 352.38º 0.88% 0.56% -
XYZ 12.01 6.48 2.13 -
YUV 57.5 114.74 189.7 -
System Red Green Blue C M Y K H S L
Decimal 144 18 34 0 0.88 0.76 0.44 352.38 0.78 0.32
Hex 90 12 22 0 58 4C 2C 160 4E 20
Octal 220 22 42 0 130 114 54 540 116 40
Binary 10010000 10010 100010 0 1011000 1001100 101100 101100000 1001110 100000

Color Harmonies of #901222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901222

Black with #901222

Text Example


Text Example

White with #901222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901222; }

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

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

background-color css

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

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

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

border-color css

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

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

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