#200308

Color #200308 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #200308

Tints of Rustic Red #200308

Color information

#200308 (or 0x200308) is unknown color: approx Rustic Red. HEX triplet: 20, 03 and 08. RGB value is (32,3,8). Sum of RGB (Red+Green+Blue) = 32+3+8=43 (5% of max value = 765). Red value is 32 (12.89% from 255 or 74.42% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 32 - color contains mainly: red. Hex color #200308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #200308 is #DFFCF7. Grayscale: #0C0C0C. Windows color (decimal): -14679288 or 525088. OLE color: 525088.

HSL color Cylindrical-coordinate representation of color #200308: hue angle of 349.66º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #200308 is Cyan = 0, Magento = 0.91, Yellow = 0.75 and Black (K on CMYK) = 0.87.

Color convert

RGB3238-
CMYK00.910.750.87
HSL349.66º82.86%6.86%-
HSV(B)349.66º90.62%12.55%-
XYZ0.670.390.27-
YUV12.24125.61142.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 74.42%
GREEN value IS 3 (1.56% from 255) = 6.98%
BLUE value IS 8 (3.52% from 255) = 18.60%
R=74.42%
G=6.98%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal323800.910.750.87349.6682.866.86
Hex203805B4B5715e537
Octal4031001331131275361237
Binary10000011100001011011100101110101111010111101010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #200308; }

 p { color: rgb(32,3,8); }

 H1.HeaderClassName
 {
   color: #200308;
 }
 .AnyTagClassName
 {
   color: #200308;
 }
</style>
background-color css

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

 a { background-color: rgb(32,3,8); }

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

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

 span { border-color: rgb(32,3,8); }

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