#350102

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

Shades of Rustic Red #350102

Tints of Rustic Red #350102

Color information

#350102 (or 0x350102) is unknown color: approx Rustic Red. HEX triplet: 35, 01 and 02. RGB value is (53,1,2). Sum of RGB (Red+Green+Blue) = 53+1+2=56 (7% of max value = 765). Red value is 53 (21.09% from 255 or 94.64% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 2 (1.17% from 255 or 3.57% from 56); Max value from RGB is 53 - color contains mainly: red. Hex color #350102 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350102 is #CAFEFD. Grayscale: #101010. Windows color (decimal): -13303550 or 131381. OLE color: 131381.

HSL color Cylindrical-coordinate representation of color #350102: hue angle of 358.85º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #350102 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.79.

Color convert

RGB5312-
CMYK00.980.960.79
HSL358.85º96.3%10.59%-
HSV(B)358.85º98.11%20.78%-
XYZ1.490.780.13-
YUV16.66119.73153.92-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 94.64%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 2 (1.17% from 255) = 3.57%
R=94.64%
G=1.79%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal531200.980.960.79358.8596.310.59
Hex3512062604F16760b
Octal6512014214011754714013
Binary110101110011000101100000100111110110011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #350102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #350102; }

 p { color: rgb(53,1,2); }

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

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

 a { background-color: rgb(53,1,2); }

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

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

 span { border-color: rgb(53,1,2); }

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