Html Css Color HEX #350816 Rustic Red

📋 copy color: '#350816'

red 53 ◦ green 8 ◦ blue 22

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

Shades of Rustic Red #350816

Tints of Rustic Red #350816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 9.64%

 BLUE value IS 22 (8.98% from 255) = 26.51%

R = 63.86%
G = 9.64%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.58

 K value IS 0.79

RGB Variations

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

Color information

#350816 (or 0x350816) is known color: Rustic Red. HEX triplet: 35, 08 and 16. RGB value is (53,8,22). Sum of RGB (Red+Green+Blue) = 53+8+22=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 8 (3.52% from 255 or 9.64% from 83); Blue value is 22 (8.98% from 255 or 26.51% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #350816 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350816 is #CAF7E9. Grayscale: #171717. Windows color (decimal): -13301738 or 1443893. OLE color: 1443893.

HSL color Cylindrical-coordinate representation of color #350816: hue angle of 341.33º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #350816 is Cyan = 0, Magento = 0.85, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 8 22 -
CMYK 0 0.85 0.58 0.79
HSL 341.33º 0.74% 0.12% -
HSV(B) 341.33º 0.85% 0.21% -
XYZ 1.7 0.99 0.86 -
YUV 23.05 127.41 149.36 -
System Red Green Blue C M Y K H S L
Decimal 53 8 22 0 0.85 0.58 0.79 341.33 0.74 0.12
Hex 35 8 16 0 55 3A 4F 155 4A C
Octal 65 10 26 0 125 72 117 525 112 14
Binary 110101 1000 10110 0 1010101 111010 1001111 101010101 1001010 1100

Color Harmonies of #350816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350816

Black with #350816

Text Example


Text Example

White with #350816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350816; }

 p { color: rgb(53,8,22); }

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

background-color css

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

 a { background-color: rgb(53,8,22); }

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

border-color css

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

 span { border-color: rgb(53,8,22); }

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