Html Css Color HEX #350206 Rustic Red

📋 copy color: '#350206'

red 53 ◦ green 2 ◦ blue 6

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

Shades of Rustic Red #350206

Tints of Rustic Red #350206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 3.28%

 BLUE value IS 6 (2.73% from 255) = 9.84%

R = 86.89%
G = 3.28%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#350206 (or 0x350206) is known color: Rustic Red. HEX triplet: 35, 02 and 06. RGB value is (53,2,6). Sum of RGB (Red+Green+Blue) = 53+2+6=61 (8% of max value = 765). Red value is 53 (21.09% from 255 or 86.89% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 6 (2.73% from 255 or 9.84% from 61); Max value from RGB is 53 - color contains mainly: red. Hex color #350206 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350206 is #CAFDF9. Grayscale: #111111. Windows color (decimal): -13303290 or 393781. OLE color: 393781.

HSL color Cylindrical-coordinate representation of color #350206: hue angle of 355.29º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #350206 is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 2 6 -
CMYK 0 0.96 0.89 0.79
HSL 355.29º 0.93% 0.11% -
HSV(B) 355.29º 0.96% 0.21% -
XYZ 1.52 0.81 0.25 -
YUV 17.71 121.4 153.17 -
System Red Green Blue C M Y K H S L
Decimal 53 2 6 0 0.96 0.89 0.79 355.29 0.93 0.11
Hex 35 2 6 0 60 59 4F 163 5D B
Octal 65 2 6 0 140 131 117 543 135 13
Binary 110101 10 110 0 1100000 1011001 1001111 101100011 1011101 1011

Color Harmonies of #350206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350206

Black with #350206

Text Example


Text Example

White with #350206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350206; }

 p { color: rgb(53,2,6); }

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

background-color css

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

 a { background-color: rgb(53,2,6); }

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

border-color css

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

 span { border-color: rgb(53,2,6); }

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