Html Css Color HEX #21000D Rustic Red

📋 copy color: '#21000D'

red 33 ◦ green 0 ◦ blue 13

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

Shades of Rustic Red #21000D

Tints of Rustic Red #21000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 28.26%

R = 71.74%
G = 0%
B = 28.26%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.61

 K value IS 0.87

RGB Variations

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

Color information

#21000D (or 0x21000D) is known color: Rustic Red. HEX triplet: 21, 00 and 0D. RGB value is (33,0,13). Sum of RGB (Red+Green+Blue) = 33+0+13=46 (6% of max value = 765). Red value is 33 (13.28% from 255 or 71.74% from 46); Green value is 0 (0.39% from 255 or 0% from 46); Blue value is 13 (5.47% from 255 or 28.26% from 46); Max value from RGB is 33 - color contains mainly: red. Hex color #21000D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21000D is #DEFFF2. Grayscale: #0B0B0B. Windows color (decimal): -14614515 or 852001. OLE color: 852001.

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

Color convert

RGB 33 0 13 -
CMYK 0 1 0.61 0.87
HSL 336.36º 1% 0.06% -
HSV(B) 336.36º 1% 0.13% -
XYZ 0.7 0.35 0.41 -
YUV 11.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 33 0 13 0 1 0.61 0.87 336.36 1 0.06
Hex 21 0 D 0 64 3D 57 150 64 6
Octal 41 0 15 0 144 75 127 520 144 6
Binary 100001 0 1101 0 1100100 111101 1010111 101010000 1100100 110

Color Harmonies of #21000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21000D

Black with #21000D

Text Example


Text Example

White with #21000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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