Html Css Color HEX #350304 Rustic Red

📋 copy color: '#350304'

red 53 ◦ green 3 ◦ blue 4

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

Shades of Rustic Red #350304

Tints of Rustic Red #350304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 6.67%

R = 88.33%
G = 5%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#350304 (or 0x350304) is known color: Rustic Red. HEX triplet: 35, 03 and 04. RGB value is (53,3,4). Sum of RGB (Red+Green+Blue) = 53+3+4=60 (7% of max value = 765). Red value is 53 (21.09% from 255 or 88.33% from 60); Green value is 3 (1.56% from 255 or 5% from 60); Blue value is 4 (1.95% from 255 or 6.67% from 60); Max value from RGB is 53 - color contains mainly: red. Hex color #350304 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350304 is #CAFCFB. Grayscale: #121212. Windows color (decimal): -13303036 or 262965. OLE color: 262965.

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

Color convert

RGB 53 3 4 -
CMYK 0 0.94 0.92 0.79
HSL 358.8º 0.89% 0.11% -
HSV(B) 358.8º 0.94% 0.21% -
XYZ 1.52 0.83 0.19 -
YUV 18.06 120.07 152.92 -
System Red Green Blue C M Y K H S L
Decimal 53 3 4 0 0.94 0.92 0.79 358.8 0.89 0.11
Hex 35 3 4 0 5E 5C 4F 167 59 B
Octal 65 3 4 0 136 134 117 547 131 13
Binary 110101 11 100 0 1011110 1011100 1001111 101100111 1011001 1011

Color Harmonies of #350304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350304

Black with #350304

Text Example


Text Example

White with #350304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350304; }

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

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

background-color css

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

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

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

border-color css

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

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

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