#35060B

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

Shades of Rustic Red #35060B

Tints of Rustic Red #35060B

Color information

#35060B (or 0x35060B) is unknown color: approx Rustic Red. HEX triplet: 35, 06 and 0B. RGB value is (53,6,11). Sum of RGB (Red+Green+Blue) = 53+6+11=70 (9% of max value = 765). Red value is 53 (21.09% from 255 or 75.71% from 70); Green value is 6 (2.73% from 255 or 8.57% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 53 - color contains mainly: red. Hex color #35060B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35060B is #CAF9F4. Grayscale: #141414. Windows color (decimal): -13302261 or 722485. OLE color: 722485.

HSL color Cylindrical-coordinate representation of color #35060B: hue angle of 353.62º 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 #35060B is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.79.

Color convert

RGB53611-
CMYK00.890.790.79
HSL353.62º79.66%11.57%-
HSV(B)353.62º88.68%20.78%-
XYZ1.590.910.41-
YUV20.62122.57151.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 75.71%
GREEN value IS 6 (2.73% from 255) = 8.57%
BLUE value IS 11 (4.69% from 255) = 15.71%
R=75.71%
G=8.57%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5361100.890.790.79353.6279.6611.57
Hex356B0594F4F16250c
Octal65613013111711754212014
Binary1101011101011010110011001111100111110110001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35060B; }

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

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

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

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

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

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

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

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