Html Css Color HEX #350104 Rustic Red

📋 copy color: '#350104'

red 53 ◦ green 1 ◦ blue 4

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

Shades of Rustic Red #350104

Tints of Rustic Red #350104

RGB

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

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

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

R = 91.38%
G = 1.72%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.79

RGB Variations

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

Color information

#350104 (or 0x350104) is known color: Rustic Red. HEX triplet: 35, 01 and 04. RGB value is (53,1,4). Sum of RGB (Red+Green+Blue) = 53+1+4=58 (7% of max value = 765). Red value is 53 (21.09% from 255 or 91.38% from 58); Green value is 1 (0.78% from 255 or 1.72% from 58); Blue value is 4 (1.95% from 255 or 6.90% from 58); Max value from RGB is 53 - color contains mainly: red. Hex color #350104 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350104 is #CAFEFB. Grayscale: #101010. Windows color (decimal): -13303548 or 262453. OLE color: 262453.

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

Color convert

RGB 53 1 4 -
CMYK 0 0.98 0.92 0.79
HSL 356.54º 0.96% 0.11% -
HSV(B) 356.54º 0.98% 0.21% -
XYZ 1.5 0.79 0.19 -
YUV 16.89 120.73 153.76 -
System Red Green Blue C M Y K H S L
Decimal 53 1 4 0 0.98 0.92 0.79 356.54 0.96 0.11
Hex 35 1 4 0 62 5C 4F 165 60 B
Octal 65 1 4 0 142 134 117 545 140 13
Binary 110101 1 100 0 1100010 1011100 1001111 101100101 1100000 1011

Color Harmonies of #350104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350104

Black with #350104

Text Example


Text Example

White with #350104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350104; }

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

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

background-color css

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

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

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

border-color css

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

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

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