Html Css Color HEX #350005 Rustic Red

📋 copy color: '#350005'

red 53 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #350005

Tints of Rustic Red #350005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 8.62%

R = 91.38%
G = 0%
B = 8.62%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#350005 (or 0x350005) is known color: Rustic Red. HEX triplet: 35, 00 and 05. RGB value is (53,0,5). Sum of RGB (Red+Green+Blue) = 53+0+5=58 (7% of max value = 765). Red value is 53 (21.09% from 255 or 91.38% from 58); Green value is 0 (0.39% from 255 or 0% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 53 - color contains mainly: red. Hex color #350005 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350005 is #CAFFFA. Grayscale: #101010. Windows color (decimal): -13303803 or 327733. OLE color: 327733.

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

Color convert

RGB 53 0 5 -
CMYK 0 1 0.91 0.79
HSL 354.34º 1% 0.1% -
HSV(B) 354.34º 1% 0.21% -
XYZ 1.5 0.77 0.21 -
YUV 16.42 121.56 154.09 -
System Red Green Blue C M Y K H S L
Decimal 53 0 5 0 1 0.91 0.79 354.34 1 0.1
Hex 35 0 5 0 64 5B 4F 162 64 A
Octal 65 0 5 0 144 133 117 542 144 12
Binary 110101 0 101 0 1100100 1011011 1001111 101100010 1100100 1010

Color Harmonies of #350005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350005

Black with #350005

Text Example


Text Example

White with #350005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350005; }

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

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

background-color css

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

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

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

border-color css

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

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

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