Html Css Color HEX #21000F Rustic Red

📋 copy color: '#21000F'

red 33 ◦ green 0 ◦ blue 15

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

Shades of Rustic Red #21000F

Tints of Rustic Red #21000F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 31.25%

R = 68.75%
G = 0%
B = 31.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.55

 K value IS 0.87

RGB Variations

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

Color information

#21000F (or 0x21000F) is known color: Rustic Red. HEX triplet: 21, 00 and 0F. RGB value is (33,0,15). Sum of RGB (Red+Green+Blue) = 33+0+15=48 (6% of max value = 765). Red value is 33 (13.28% from 255 or 68.75% from 48); Green value is 0 (0.39% from 255 or 0% from 48); Blue value is 15 (6.25% from 255 or 31.25% from 48); Max value from RGB is 33 - color contains mainly: red. Hex color #21000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #21000F is #DEFFF0. Grayscale: #0B0B0B. Windows color (decimal): -14614513 or 983073. OLE color: 983073.

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

Color convert

RGB 33 0 15 -
CMYK 0 1 0.55 0.87
HSL 332.73º 1% 0.06% -
HSV(B) 332.73º 1% 0.13% -
XYZ 0.71 0.36 0.48 -
YUV 11.58 129.93 143.28 -
System Red Green Blue C M Y K H S L
Decimal 33 0 15 0 1 0.55 0.87 332.73 1 0.06
Hex 21 0 F 0 64 37 57 14D 64 6
Octal 41 0 17 0 144 67 127 515 144 6
Binary 100001 0 1111 0 1100100 110111 1010111 101001101 1100100 110

Color Harmonies of #21000F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21000F

Black with #21000F

Text Example


Text Example

White with #21000F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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