Html Css Color HEX #350609 Rustic Red

📋 copy color: '#350609'

red 53 ◦ green 6 ◦ blue 9

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

Shades of Rustic Red #350609

Tints of Rustic Red #350609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.82%

 BLUE value IS 9 (3.91% from 255) = 13.24%

R = 77.94%
G = 8.82%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#350609 (or 0x350609) is known color: Rustic Red. HEX triplet: 35, 06 and 09. RGB value is (53,6,9). Sum of RGB (Red+Green+Blue) = 53+6+9=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 9 (3.91% from 255 or 13.24% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #350609 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350609 is #CAF9F6. Grayscale: #141414. Windows color (decimal): -13302263 or 591413. OLE color: 591413.

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

Color convert

RGB 53 6 9 -
CMYK 0 0.89 0.83 0.79
HSL 356.17º 0.8% 0.12% -
HSV(B) 356.17º 0.89% 0.21% -
XYZ 1.58 0.91 0.35 -
YUV 20.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 53 6 9 0 0.89 0.83 0.79 356.17 0.8 0.12
Hex 35 6 9 0 59 53 4F 164 50 C
Octal 65 6 11 0 131 123 117 544 120 14
Binary 110101 110 1001 0 1011001 1010011 1001111 101100100 1010000 1100

Color Harmonies of #350609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350609

Black with #350609

Text Example


Text Example

White with #350609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350609; }

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

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

background-color css

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

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

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

border-color css

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

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

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