Html Css Color HEX #350508 Rustic Red

📋 copy color: '#350508'

red 53 ◦ green 5 ◦ blue 8

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

Shades of Rustic Red #350508

Tints of Rustic Red #350508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 7.58%

 BLUE value IS 8 (3.52% from 255) = 12.12%

R = 80.3%
G = 7.58%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.79

RGB Variations

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

Color information

#350508 (or 0x350508) is known color: Rustic Red. HEX triplet: 35, 05 and 08. RGB value is (53,5,8). Sum of RGB (Red+Green+Blue) = 53+5+8=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 5 (2.34% from 255 or 7.58% from 66); Blue value is 8 (3.52% from 255 or 12.12% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #350508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350508 is #CAFAF7. Grayscale: #131313. Windows color (decimal): -13302520 or 525621. OLE color: 525621.

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

Color convert

RGB 53 5 8 -
CMYK 0 0.91 0.85 0.79
HSL 356.25º 0.83% 0.11% -
HSV(B) 356.25º 0.91% 0.21% -
XYZ 1.57 0.88 0.32 -
YUV 19.69 121.4 151.76 -
System Red Green Blue C M Y K H S L
Decimal 53 5 8 0 0.91 0.85 0.79 356.25 0.83 0.11
Hex 35 5 8 0 5B 55 4F 164 53 B
Octal 65 5 10 0 133 125 117 544 123 13
Binary 110101 101 1000 0 1011011 1010101 1001111 101100100 1010011 1011

Color Harmonies of #350508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350508

Black with #350508

Text Example


Text Example

White with #350508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350508; }

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

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

background-color css

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

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

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

border-color css

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

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

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