Html Css Color HEX #350812 Rustic Red

📋 copy color: '#350812'

red 53 ◦ green 8 ◦ blue 18

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

Shades of Rustic Red #350812

Tints of Rustic Red #350812

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 22.78%

R = 67.09%
G = 10.13%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#350812 (or 0x350812) is known color: Rustic Red. HEX triplet: 35, 08 and 12. RGB value is (53,8,18). Sum of RGB (Red+Green+Blue) = 53+8+18=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 18 (7.42% from 255 or 22.78% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #350812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350812 is #CAF7ED. Grayscale: #161616. Windows color (decimal): -13301742 or 1181749. OLE color: 1181749.

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

Color convert

RGB 53 8 18 -
CMYK 0 0.85 0.66 0.79
HSL 346.67º 0.74% 0.12% -
HSV(B) 346.67º 0.85% 0.21% -
XYZ 1.66 0.97 0.67 -
YUV 22.6 125.41 149.69 -
System Red Green Blue C M Y K H S L
Decimal 53 8 18 0 0.85 0.66 0.79 346.67 0.74 0.12
Hex 35 8 12 0 55 42 4F 15B 4A C
Octal 65 10 22 0 125 102 117 533 112 14
Binary 110101 1000 10010 0 1010101 1000010 1001111 101011011 1001010 1100

Color Harmonies of #350812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350812

Black with #350812

Text Example


Text Example

White with #350812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350812; }

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

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

background-color css

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

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

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

border-color css

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

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

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