Html Css Color HEX #350309 Rustic Red

📋 copy color: '#350309'

red 53 ◦ green 3 ◦ blue 9

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

Shades of Rustic Red #350309

Tints of Rustic Red #350309

RGB

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

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

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

R = 81.54%
G = 4.62%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#350309 (or 0x350309) is known color: Rustic Red. HEX triplet: 35, 03 and 09. RGB value is (53,3,9). Sum of RGB (Red+Green+Blue) = 53+3+9=65 (8% of max value = 765). Red value is 53 (21.09% from 255 or 81.54% from 65); Green value is 3 (1.56% from 255 or 4.62% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 53 - color contains mainly: red. Hex color #350309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350309 is #CAFCF6. Grayscale: #121212. Windows color (decimal): -13303031 or 590645. OLE color: 590645.

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

Color convert

RGB 53 3 9 -
CMYK 0 0.94 0.83 0.79
HSL 352.8º 0.89% 0.11% -
HSV(B) 352.8º 0.94% 0.21% -
XYZ 1.55 0.84 0.34 -
YUV 18.63 122.57 152.51 -
System Red Green Blue C M Y K H S L
Decimal 53 3 9 0 0.94 0.83 0.79 352.8 0.89 0.11
Hex 35 3 9 0 5E 53 4F 161 59 B
Octal 65 3 11 0 136 123 117 541 131 13
Binary 110101 11 1001 0 1011110 1010011 1001111 101100001 1011001 1011

Color Harmonies of #350309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350309

Black with #350309

Text Example


Text Example

White with #350309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350309; }

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

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

background-color css

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

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

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

border-color css

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

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

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