Html Css Color HEX #350109 Rustic Red

📋 copy color: '#350109'

red 53 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #350109

Tints of Rustic Red #350109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.59%

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

R = 84.13%
G = 1.59%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#350109 (or 0x350109) is known color: Rustic Red. HEX triplet: 35, 01 and 09. RGB value is (53,1,9). Sum of RGB (Red+Green+Blue) = 53+1+9=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 9 (3.91% from 255 or 14.29% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350109 is #CAFEF6. Grayscale: #111111. Windows color (decimal): -13303543 or 590133. OLE color: 590133.

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

Color convert

RGB 53 1 9 -
CMYK 0 0.98 0.83 0.79
HSL 350.77º 0.96% 0.11% -
HSV(B) 350.77º 0.98% 0.21% -
XYZ 1.53 0.8 0.33 -
YUV 17.46 123.23 153.35 -
System Red Green Blue C M Y K H S L
Decimal 53 1 9 0 0.98 0.83 0.79 350.77 0.96 0.11
Hex 35 1 9 0 62 53 4F 15F 60 B
Octal 65 1 11 0 142 123 117 537 140 13
Binary 110101 1 1001 0 1100010 1010011 1001111 101011111 1100000 1011

Color Harmonies of #350109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350109

Black with #350109

Text Example


Text Example

White with #350109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350109; }

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

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

background-color css

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

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

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

border-color css

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

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

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