Html Css Color HEX #35060F Rustic Red

📋 copy color: '#35060F'

red 53 ◦ green 6 ◦ blue 15

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

Shades of Rustic Red #35060F

Tints of Rustic Red #35060F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8.11%

 BLUE value IS 15 (6.25% from 255) = 20.27%

R = 71.62%
G = 8.11%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#35060F (or 0x35060F) is known color: Rustic Red. HEX triplet: 35, 06 and 0F. RGB value is (53,6,15). Sum of RGB (Red+Green+Blue) = 53+6+15=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 6 (2.73% from 255 or 8.11% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #35060F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35060F is #CAF9F0. Grayscale: #151515. Windows color (decimal): -13302257 or 984629. OLE color: 984629.

HSL color Cylindrical-coordinate representation of color #35060F: hue angle of 348.51º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #35060F is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 6 15 -
CMYK 0 0.89 0.72 0.79
HSL 348.51º 0.8% 0.12% -
HSV(B) 348.51º 0.89% 0.21% -
XYZ 1.62 0.92 0.54 -
YUV 21.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 53 6 15 0 0.89 0.72 0.79 348.51 0.8 0.12
Hex 35 6 F 0 59 48 4F 15D 50 C
Octal 65 6 17 0 131 110 117 535 120 14
Binary 110101 110 1111 0 1011001 1001000 1001111 101011101 1010000 1100

Color Harmonies of #35060F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35060F

Black with #35060F

Text Example


Text Example

White with #35060F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35060F; }

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

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

background-color css

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

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

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

border-color css

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

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

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