Html Css Color HEX #210004 Rustic Red

📋 copy color: '#210004'

red 33 ◦ green 0 ◦ blue 4

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

Shades of Rustic Red #210004

Tints of Rustic Red #210004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 10.81%

R = 89.19%
G = 0%
B = 10.81%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.87

RGB Variations

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

Color information

#210004 (or 0x210004) is known color: Rustic Red. HEX triplet: 21, 00 and 04. RGB value is (33,0,4). Sum of RGB (Red+Green+Blue) = 33+0+4=37 (4% of max value = 765). Red value is 33 (13.28% from 255 or 89.19% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 4 (1.95% from 255 or 10.81% from 37); Max value from RGB is 33 - color contains mainly: red. Hex color #210004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210004 is #DEFFFB. Grayscale: #0A0A0A. Windows color (decimal): -14614524 or 262177. OLE color: 262177.

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

Color convert

RGB 33 0 4 -
CMYK 0 1 0.88 0.87
HSL 352.73º 1% 0.06% -
HSV(B) 352.73º 1% 0.13% -
XYZ 0.65 0.33 0.14 -
YUV 10.32 124.43 144.17 -
System Red Green Blue C M Y K H S L
Decimal 33 0 4 0 1 0.88 0.87 352.73 1 0.06
Hex 21 0 4 0 64 58 57 161 64 6
Octal 41 0 4 0 144 130 127 541 144 6
Binary 100001 0 100 0 1100100 1011000 1010111 101100001 1100100 110

Color Harmonies of #210004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210004

Black with #210004

Text Example


Text Example

White with #210004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210004; }

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

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

background-color css

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

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

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

border-color css

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

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

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