Html Css Color HEX #350113 Rustic Red

📋 copy color: '#350113'

red 53 ◦ green 1 ◦ blue 19

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

Shades of Rustic Red #350113

Tints of Rustic Red #350113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 26.03%

R = 72.6%
G = 1.37%
B = 26.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.79

RGB Variations

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

Color information

#350113 (or 0x350113) is known color: Rustic Red. HEX triplet: 35, 01 and 13. RGB value is (53,1,19). Sum of RGB (Red+Green+Blue) = 53+1+19=73 (9% of max value = 765). Red value is 53 (21.09% from 255 or 72.60% from 73); Green value is 1 (0.78% from 255 or 1.37% from 73); Blue value is 19 (7.81% from 255 or 26.03% from 73); Max value from RGB is 53 - color contains mainly: red. Hex color #350113 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350113 is #CAFEEC. Grayscale: #121212. Windows color (decimal): -13303533 or 1245493. OLE color: 1245493.

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

Color convert

RGB 53 1 19 -
CMYK 0 0.98 0.64 0.79
HSL 339.23º 0.96% 0.11% -
HSV(B) 339.23º 0.98% 0.21% -
XYZ 1.6 0.83 0.69 -
YUV 18.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 53 1 19 0 0.98 0.64 0.79 339.23 0.96 0.11
Hex 35 1 13 0 62 40 4F 153 60 B
Octal 65 1 23 0 142 100 117 523 140 13
Binary 110101 1 10011 0 1100010 1000000 1001111 101010011 1100000 1011

Color Harmonies of #350113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350113

Black with #350113

Text Example


Text Example

White with #350113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350113; }

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

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

background-color css

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

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

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

border-color css

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

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

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