Html Css Color HEX #210006 Rustic Red

📋 copy color: '#210006'

red 33 ◦ green 0 ◦ blue 6

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

Shades of Rustic Red #210006

Tints of Rustic Red #210006

RGB

 RED value IS 33 (13.28% from 255) = 84.62%

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

 BLUE value IS 6 (2.73% from 255) = 15.38%

R = 84.62%
G = 0%
B = 15.38%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.82

 K value IS 0.87

RGB Variations

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

Color information

#210006 (or 0x210006) is known color: Rustic Red. HEX triplet: 21, 00 and 06. RGB value is (33,0,6). Sum of RGB (Red+Green+Blue) = 33+0+6=39 (5% of max value = 765). Red value is 33 (13.28% from 255 or 84.62% from 39); Green value is 0 (0.39% from 255 or 0% from 39); Blue value is 6 (2.73% from 255 or 15.38% from 39); Max value from RGB is 33 - color contains mainly: red. Hex color #210006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210006 is #DEFFF9. Grayscale: #0A0A0A. Windows color (decimal): -14614522 or 393249. OLE color: 393249.

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

Color convert

RGB 33 0 6 -
CMYK 0 1 0.82 0.87
HSL 349.09º 1% 0.06% -
HSV(B) 349.09º 1% 0.13% -
XYZ 0.66 0.34 0.2 -
YUV 10.55 125.43 144.01 -
System Red Green Blue C M Y K H S L
Decimal 33 0 6 0 1 0.82 0.87 349.09 1 0.06
Hex 21 0 6 0 64 52 57 15D 64 6
Octal 41 0 6 0 144 122 127 535 144 6
Binary 100001 0 110 0 1100100 1010010 1010111 101011101 1100100 110

Color Harmonies of #210006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210006

Black with #210006

Text Example


Text Example

White with #210006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210006; }

 p { color: rgb(33,0,6); }

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

background-color css

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

 a { background-color: rgb(33,0,6); }

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

border-color css

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

 span { border-color: rgb(33,0,6); }

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