Html Css Color HEX #210003 Rustic Red

📋 copy color: '#210003'

red 33 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #210003

Tints of Rustic Red #210003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 8.33%

R = 91.67%
G = 0%
B = 8.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.87

RGB Variations

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

Color information

#210003 (or 0x210003) is known color: Rustic Red. HEX triplet: 21, 00 and 03. RGB value is (33,0,3). Sum of RGB (Red+Green+Blue) = 33+0+3=36 (4% of max value = 765). Red value is 33 (13.28% from 255 or 91.67% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 3 (1.56% from 255 or 8.33% from 36); Max value from RGB is 33 - color contains mainly: red. Hex color #210003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210003 is #DEFFFC. Grayscale: #0A0A0A. Windows color (decimal): -14614525 or 196641. OLE color: 196641.

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

Color convert

RGB 33 0 3 -
CMYK 0 1 0.91 0.87
HSL 354.55º 1% 0.06% -
HSV(B) 354.55º 1% 0.13% -
XYZ 0.64 0.33 0.12 -
YUV 10.21 123.93 144.26 -
System Red Green Blue C M Y K H S L
Decimal 33 0 3 0 1 0.91 0.87 354.55 1 0.06
Hex 21 0 3 0 64 5B 57 163 64 6
Octal 41 0 3 0 144 133 127 543 144 6
Binary 100001 0 11 0 1100100 1011011 1010111 101100011 1100100 110

Color Harmonies of #210003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #210003

Black with #210003

Text Example


Text Example

White with #210003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #210003; }

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

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

background-color css

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

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

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

border-color css

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

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

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