Html Css Color HEX #20060F Rustic Red

📋 copy color: '#20060F'

red 32 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #20060F

Tints of Rustic Red #20060F

RGB

 RED value IS 32 (12.89% from 255) = 60.38%

 GREEN value IS 6 (2.73% from 255) = 11.32%

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

R = 60.38%
G = 11.32%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.87

RGB Variations

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

Color information

#20060F (or 0x20060F) is known color: Rustic Red. HEX triplet: 20, 06 and 0F. RGB value is (32,6,15). Sum of RGB (Red+Green+Blue) = 32+6+15=53 (7% of max value = 765). Red value is 32 (12.89% from 255 or 60.38% from 53); Green value is 6 (2.73% from 255 or 11.32% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 32 - color contains mainly: red. Hex color #20060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #20060F is #DFF9F0. Grayscale: #0E0E0E. Windows color (decimal): -14678513 or 984608. OLE color: 984608.

HSL color Cylindrical-coordinate representation of color #20060F: hue angle of 339.23º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #20060F is Cyan = 0, Magento = 0.81, Yellow = 0.53 and Black (K on CMYK) = 0.87.

Color convert

RGB 32 6 15 -
CMYK 0 0.81 0.53 0.87
HSL 339.23º 0.68% 0.07% -
HSV(B) 339.23º 0.81% 0.13% -
XYZ 0.75 0.47 0.5 -
YUV 14.8 128.11 140.27 -
System Red Green Blue C M Y K H S L
Decimal 32 6 15 0 0.81 0.53 0.87 339.23 0.68 0.07
Hex 20 6 F 0 51 35 57 153 44 7
Octal 40 6 17 0 121 65 127 523 104 7
Binary 100000 110 1111 0 1010001 110101 1010111 101010011 1000100 111

Color Harmonies of #20060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20060F

Black with #20060F

Text Example


Text Example

White with #20060F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,6,15); }

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

background-color css

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

 a { background-color: rgb(32,6,15); }

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

border-color css

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

 span { border-color: rgb(32,6,15); }

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