Html Css Color HEX #350307 Rustic Red

📋 copy color: '#350307'

red 53 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #350307

Tints of Rustic Red #350307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.76%

 BLUE value IS 7 (3.13% from 255) = 11.11%

R = 84.13%
G = 4.76%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.87

 K value IS 0.79

RGB Variations

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

Color information

#350307 (or 0x350307) is known color: Rustic Red. HEX triplet: 35, 03 and 07. RGB value is (53,3,7). Sum of RGB (Red+Green+Blue) = 53+3+7=63 (8% of max value = 765). Red value is 53 (21.09% from 255 or 84.13% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 7 (3.12% from 255 or 11.11% from 63); Max value from RGB is 53 - color contains mainly: red. Hex color #350307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350307 is #CAFCF8. Grayscale: #121212. Windows color (decimal): -13303033 or 459573. OLE color: 459573.

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

Color convert

RGB 53 3 7 -
CMYK 0 0.94 0.87 0.79
HSL 355.2º 0.89% 0.11% -
HSV(B) 355.2º 0.94% 0.21% -
XYZ 1.54 0.84 0.28 -
YUV 18.41 121.57 152.67 -
System Red Green Blue C M Y K H S L
Decimal 53 3 7 0 0.94 0.87 0.79 355.2 0.89 0.11
Hex 35 3 7 0 5E 57 4F 163 59 B
Octal 65 3 7 0 136 127 117 543 131 13
Binary 110101 11 111 0 1011110 1010111 1001111 101100011 1011001 1011

Color Harmonies of #350307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350307

Black with #350307

Text Example


Text Example

White with #350307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350307; }

 p { color: rgb(53,3,7); }

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

background-color css

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

 a { background-color: rgb(53,3,7); }

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

border-color css

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

 span { border-color: rgb(53,3,7); }

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