Html Css Color HEX #220010 Rustic Red

📋 copy color: '#220010'

red 34 ◦ green 0 ◦ blue 16

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

Shades of Rustic Red #220010

Tints of Rustic Red #220010

RGB

 RED value IS 34 (13.67% from 255) = 68%

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

 BLUE value IS 16 (6.64% from 255) = 32%

R = 68%
G = 0%
B = 32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#220010 (or 0x220010) is known color: Rustic Red. HEX triplet: 22, 00 and 10. RGB value is (34,0,16). Sum of RGB (Red+Green+Blue) = 34+0+16=50 (6% of max value = 765). Red value is 34 (13.67% from 255 or 68% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 16 (6.64% from 255 or 32% from 50); Max value from RGB is 34 - color contains mainly: red. Hex color #220010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #220010 is #DDFFEF. Grayscale: #0B0B0B. Windows color (decimal): -14548976 or 1048610. OLE color: 1048610.

HSL color Cylindrical-coordinate representation of color #220010: hue angle of 331.76º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #220010 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB 34 0 16 -
CMYK 0 1 0.53 0.87
HSL 331.76º 1% 0.07% -
HSV(B) 331.76º 1% 0.13% -
XYZ 0.75 0.38 0.52 -
YUV 11.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 34 0 16 0 1 0.53 0.87 331.76 1 0.07
Hex 22 0 10 0 64 35 57 14C 64 7
Octal 42 0 20 0 144 65 127 514 144 7
Binary 100010 0 10000 0 1100100 110101 1010111 101001100 1100100 111

Color Harmonies of #220010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220010

Black with #220010

Text Example


Text Example

White with #220010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #220010; }

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

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

background-color css

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

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

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

border-color css

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

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

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