Html Css Color HEX #900022 Carmine

📋 copy color: '#900022'

red 144 ◦ green 0 ◦ blue 34

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

Shades of Carmine #900022

Tints of Carmine #900022

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 80.9%
G = 0%
B = 19.1%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#900022 (or 0x900022) is known color: Carmine. HEX triplet: 90, 00 and 22. RGB value is (144,0,34). Sum of RGB (Red+Green+Blue) = 144+0+34=178 (23% of max value = 765). Red value is 144 (56.64% from 255 or 80.90% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 34 (13.67% from 255 or 19.10% from 178); Max value from RGB is 144 - color contains mainly: red. Hex color #900022 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #900022 is #6FFFDD. Grayscale: #2E2E2E. Windows color (decimal): -7339998 or 2228368. OLE color: 2228368.

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

Color convert

RGB 144 0 34 -
CMYK 0 1 0.76 0.44
HSL 345.83º 1% 0.28% -
HSV(B) 345.83º 1% 0.56% -
XYZ 11.79 6.04 2.06 -
YUV 46.93 120.71 197.24 -
System Red Green Blue C M Y K H S L
Decimal 144 0 34 0 1 0.76 0.44 345.83 1 0.28
Hex 90 0 22 0 64 4C 2C 15A 64 1C
Octal 220 0 42 0 144 114 54 532 144 34
Binary 10010000 0 100010 0 1100100 1001100 101100 101011010 1100100 11100

Color Harmonies of #900022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900022

Black with #900022

Text Example


Text Example

White with #900022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900022; }

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

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

background-color css

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

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

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

border-color css

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

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

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