Html Css Color HEX #350409 Rustic Red

📋 copy color: '#350409'

red 53 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #350409

Tints of Rustic Red #350409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 6.06%

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

R = 80.3%
G = 6.06%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#350409 (or 0x350409) is known color: Rustic Red. HEX triplet: 35, 04 and 09. RGB value is (53,4,9). Sum of RGB (Red+Green+Blue) = 53+4+9=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 4 (1.95% from 255 or 6.06% from 66); Blue value is 9 (3.91% from 255 or 13.64% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #350409 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350409 is #CAFBF6. Grayscale: #131313. Windows color (decimal): -13302775 or 590901. OLE color: 590901.

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

Color convert

RGB 53 4 9 -
CMYK 0 0.92 0.83 0.79
HSL 353.88º 0.86% 0.11% -
HSV(B) 353.88º 0.92% 0.21% -
XYZ 1.56 0.86 0.34 -
YUV 19.22 122.23 152.09 -
System Red Green Blue C M Y K H S L
Decimal 53 4 9 0 0.92 0.83 0.79 353.88 0.86 0.11
Hex 35 4 9 0 5C 53 4F 162 56 B
Octal 65 4 11 0 134 123 117 542 126 13
Binary 110101 100 1001 0 1011100 1010011 1001111 101100010 1010110 1011

Color Harmonies of #350409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350409

Black with #350409

Text Example


Text Example

White with #350409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350409; }

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

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

background-color css

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

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

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

border-color css

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

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

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