#350608

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

Shades of Rustic Red #350608

Tints of Rustic Red #350608

Color information

#350608 (or 0x350608) is unknown color: approx Rustic Red. HEX triplet: 35, 06 and 08. RGB value is (53,6,8). Sum of RGB (Red+Green+Blue) = 53+6+8=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 6 (2.73% from 255 or 8.96% from 67); Blue value is 8 (3.52% from 255 or 11.94% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #350608 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350608 is #CAF9F7. Grayscale: #141414. Windows color (decimal): -13302264 or 525877. OLE color: 525877.

HSL color Cylindrical-coordinate representation of color #350608: hue angle of 357.45º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #350608 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB5368-
CMYK00.890.850.79
HSL357.45º79.66%11.57%-
HSV(B)357.45º88.68%20.78%-
XYZ1.580.90.32-
YUV20.28121.07151.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 79.10%
GREEN value IS 6 (2.73% from 255) = 8.96%
BLUE value IS 8 (3.52% from 255) = 11.94%
R=79.10%
G=8.96%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal536800.890.850.79357.4579.6611.57
Hex3568059554F16550c
Octal65610013112511754512014
Binary1101011101000010110011010101100111110110010110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350608; }

 p { color: rgb(53,6,8); }

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

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

 a { background-color: rgb(53,6,8); }

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

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

 span { border-color: rgb(53,6,8); }

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