Html Css Color HEX #350306 Rustic Red

📋 copy color: '#350306'

red 53 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #350306

Tints of Rustic Red #350306

RGB

 RED value IS 53 (21.09% from 255) = 85.48%

 GREEN value IS 3 (1.56% from 255) = 4.84%

 BLUE value IS 6 (2.73% from 255) = 9.68%

R = 85.48%
G = 4.84%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#350306 (or 0x350306) is known color: Rustic Red. HEX triplet: 35, 03 and 06. RGB value is (53,3,6). Sum of RGB (Red+Green+Blue) = 53+3+6=62 (8% of max value = 765). Red value is 53 (21.09% from 255 or 85.48% from 62); Green value is 3 (1.56% from 255 or 4.84% from 62); Blue value is 6 (2.73% from 255 or 9.68% from 62); Max value from RGB is 53 - color contains mainly: red. Hex color #350306 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350306 is #CAFCF9. Grayscale: #121212. Windows color (decimal): -13303034 or 394037. OLE color: 394037.

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

Color convert

RGB 53 3 6 -
CMYK 0 0.94 0.89 0.79
HSL 356.4º 0.89% 0.11% -
HSV(B) 356.4º 0.94% 0.21% -
XYZ 1.53 0.84 0.25 -
YUV 18.29 121.07 152.76 -
System Red Green Blue C M Y K H S L
Decimal 53 3 6 0 0.94 0.89 0.79 356.4 0.89 0.11
Hex 35 3 6 0 5E 59 4F 164 59 B
Octal 65 3 6 0 136 131 117 544 131 13
Binary 110101 11 110 0 1011110 1011001 1001111 101100100 1011001 1011

Color Harmonies of #350306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350306

Black with #350306

Text Example


Text Example

White with #350306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350306; }

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

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

background-color css

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

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

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

border-color css

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

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

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