Html Css Color HEX #210007 Rustic Red

📋 copy color: '#210007'

red 33 ◦ green 0 ◦ blue 7

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

Shades of Rustic Red #210007

Tints of Rustic Red #210007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 17.5%

R = 82.5%
G = 0%
B = 17.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.79

 K value IS 0.87

RGB Variations

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

Color information

#210007 (or 0x210007) is known color: Rustic Red. HEX triplet: 21, 00 and 07. RGB value is (33,0,7). Sum of RGB (Red+Green+Blue) = 33+0+7=40 (5% of max value = 765). Red value is 33 (13.28% from 255 or 82.5% from 40); Green value is 0 (0.39% from 255 or 0% from 40); Blue value is 7 (3.12% from 255 or 17.5% from 40); Max value from RGB is 33 - color contains mainly: red. Hex color #210007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210007 is #DEFFF8. Grayscale: #0A0A0A. Windows color (decimal): -14614521 or 458785. OLE color: 458785.

HSL color Cylindrical-coordinate representation of color #210007: hue angle of 347.27º 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 #210007 is Cyan = 0, Magento = 1, Yellow = 0.79 and Black (K on CMYK) = 0.87.

Color convert

RGB 33 0 7 -
CMYK 0 1 0.79 0.87
HSL 347.27º 1% 0.06% -
HSV(B) 347.27º 1% 0.13% -
XYZ 0.67 0.34 0.23 -
YUV 10.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 33 0 7 0 1 0.79 0.87 347.27 1 0.06
Hex 21 0 7 0 64 4F 57 15B 64 6
Octal 41 0 7 0 144 117 127 533 144 6
Binary 100001 0 111 0 1100100 1001111 1010111 101011011 1100100 110

Color Harmonies of #210007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210007

Black with #210007

Text Example


Text Example

White with #210007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210007; }

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

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

background-color css

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

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

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

border-color css

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

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

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