Html Css Color HEX #350509 Rustic Red

📋 copy color: '#350509'

red 53 ◦ green 5 ◦ blue 9

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

Shades of Rustic Red #350509

Tints of Rustic Red #350509

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.46%

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

R = 79.1%
G = 7.46%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#350509 (or 0x350509) is known color: Rustic Red. HEX triplet: 35, 05 and 09. RGB value is (53,5,9). Sum of RGB (Red+Green+Blue) = 53+5+9=67 (8% of max value = 765). Red value is 53 (21.09% from 255 or 79.10% from 67); Green value is 5 (2.34% from 255 or 7.46% from 67); Blue value is 9 (3.91% from 255 or 13.43% from 67); Max value from RGB is 53 - color contains mainly: red. Hex color #350509 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350509 is #CAFAF6. Grayscale: #131313. Windows color (decimal): -13302519 or 591157. OLE color: 591157.

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

Color convert

RGB 53 5 9 -
CMYK 0 0.91 0.83 0.79
HSL 355º 0.83% 0.11% -
HSV(B) 355º 0.91% 0.21% -
XYZ 1.57 0.89 0.35 -
YUV 19.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 53 5 9 0 0.91 0.83 0.79 355 0.83 0.11
Hex 35 5 9 0 5B 53 4F 163 53 B
Octal 65 5 11 0 133 123 117 543 123 13
Binary 110101 101 1001 0 1011011 1010011 1001111 101100011 1010011 1011

Color Harmonies of #350509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350509

Black with #350509

Text Example


Text Example

White with #350509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350509; }

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

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

background-color css

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

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

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

border-color css

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

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

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