Html Css Color HEX #350105 Rustic Red

📋 copy color: '#350105'

red 53 ◦ green 1 ◦ blue 5

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

Shades of Rustic Red #350105

Tints of Rustic Red #350105

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.69%

 BLUE value IS 5 (2.34% from 255) = 8.47%

R = 89.83%
G = 1.69%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.79

RGB Variations

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

Color information

#350105 (or 0x350105) is known color: Rustic Red. HEX triplet: 35, 01 and 05. RGB value is (53,1,5). Sum of RGB (Red+Green+Blue) = 53+1+5=59 (7% of max value = 765). Red value is 53 (21.09% from 255 or 89.83% from 59); Green value is 1 (0.78% from 255 or 1.69% from 59); Blue value is 5 (2.34% from 255 or 8.47% from 59); Max value from RGB is 53 - color contains mainly: red. Hex color #350105 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350105 is #CAFEFA. Grayscale: #111111. Windows color (decimal): -13303547 or 327989. OLE color: 327989.

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

Color convert

RGB 53 1 5 -
CMYK 0 0.98 0.91 0.79
HSL 355.38º 0.96% 0.11% -
HSV(B) 355.38º 0.98% 0.21% -
XYZ 1.51 0.79 0.22 -
YUV 17 121.23 153.67 -
System Red Green Blue C M Y K H S L
Decimal 53 1 5 0 0.98 0.91 0.79 355.38 0.96 0.11
Hex 35 1 5 0 62 5B 4F 163 60 B
Octal 65 1 5 0 142 133 117 543 140 13
Binary 110101 1 101 0 1100010 1011011 1001111 101100011 1100000 1011

Color Harmonies of #350105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350105

Black with #350105

Text Example


Text Example

White with #350105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350105; }

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

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

background-color css

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

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

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

border-color css

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

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

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