Html Css Color HEX #350106 Rustic Red

📋 copy color: '#350106'

red 53 ◦ green 1 ◦ blue 6

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

Shades of Rustic Red #350106

Tints of Rustic Red #350106

RGB

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

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

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

R = 88.33%
G = 1.67%
B = 10%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.79

RGB Variations

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

Color information

#350106 (or 0x350106) is known color: Rustic Red. HEX triplet: 35, 01 and 06. RGB value is (53,1,6). Sum of RGB (Red+Green+Blue) = 53+1+6=60 (7% of max value = 765). Red value is 53 (21.09% from 255 or 88.33% from 60); Green value is 1 (0.78% from 255 or 1.67% from 60); Blue value is 6 (2.73% from 255 or 10% from 60); Max value from RGB is 53 - color contains mainly: red. Hex color #350106 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350106 is #CAFEF9. Grayscale: #111111. Windows color (decimal): -13303546 or 393525. OLE color: 393525.

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

Color convert

RGB 53 1 6 -
CMYK 0 0.98 0.89 0.79
HSL 354.23º 0.96% 0.11% -
HSV(B) 354.23º 0.98% 0.21% -
XYZ 1.51 0.79 0.25 -
YUV 17.12 121.73 153.59 -
System Red Green Blue C M Y K H S L
Decimal 53 1 6 0 0.98 0.89 0.79 354.23 0.96 0.11
Hex 35 1 6 0 62 59 4F 162 60 B
Octal 65 1 6 0 142 131 117 542 140 13
Binary 110101 1 110 0 1100010 1011001 1001111 101100010 1100000 1011

Color Harmonies of #350106

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350106

Black with #350106

Text Example


Text Example

White with #350106

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350106; }

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

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

background-color css

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

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

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

border-color css

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

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

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