Html Css Color HEX #350009 Rustic Red

📋 copy color: '#350009'

red 53 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #350009

Tints of Rustic Red #350009

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 85.48%
G = 0%
B = 14.52%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.83

 K value IS 0.79

RGB Variations

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

Color information

#350009 (or 0x350009) is known color: Rustic Red. HEX triplet: 35, 00 and 09. RGB value is (53,0,9). Sum of RGB (Red+Green+Blue) = 53+0+9=62 (8% of max value = 765). Red value is 53 (21.09% from 255 or 85.48% from 62); Green value is 0 (0.39% from 255 or 0% from 62); Blue value is 9 (3.91% from 255 or 14.52% from 62); Max value from RGB is 53 - color contains mainly: red. Hex color #350009 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350009 is #CAFFF6. Grayscale: #101010. Windows color (decimal): -13303799 or 589877. OLE color: 589877.

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

Color convert

RGB 53 0 9 -
CMYK 0 1 0.83 0.79
HSL 349.81º 1% 0.1% -
HSV(B) 349.81º 1% 0.21% -
XYZ 1.52 0.78 0.33 -
YUV 16.87 123.56 153.77 -
System Red Green Blue C M Y K H S L
Decimal 53 0 9 0 1 0.83 0.79 349.81 1 0.1
Hex 35 0 9 0 64 53 4F 15E 64 A
Octal 65 0 11 0 144 123 117 536 144 12
Binary 110101 0 1001 0 1100100 1010011 1001111 101011110 1100100 1010

Color Harmonies of #350009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350009

Black with #350009

Text Example


Text Example

White with #350009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350009; }

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

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

background-color css

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

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

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

border-color css

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

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

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