Html Css Color HEX #35030F Rustic Red

📋 copy color: '#35030F'

red 53 ◦ green 3 ◦ blue 15

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

Shades of Rustic Red #35030F

Tints of Rustic Red #35030F

RGB

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

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

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

R = 74.65%
G = 4.23%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#35030F (or 0x35030F) is known color: Rustic Red. HEX triplet: 35, 03 and 0F. RGB value is (53,3,15). Sum of RGB (Red+Green+Blue) = 53+3+15=71 (9% of max value = 765). Red value is 53 (21.09% from 255 or 74.65% from 71); Green value is 3 (1.56% from 255 or 4.23% from 71); Blue value is 15 (6.25% from 255 or 21.13% from 71); Max value from RGB is 53 - color contains mainly: red. Hex color #35030F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35030F is #CAFCF0. Grayscale: #131313. Windows color (decimal): -13303025 or 983861. OLE color: 983861.

HSL color Cylindrical-coordinate representation of color #35030F: hue angle of 345.6º 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 #35030F is Cyan = 0, Magento = 0.94, Yellow = 0.72 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 3 15 -
CMYK 0 0.94 0.72 0.79
HSL 345.6º 0.89% 0.11% -
HSV(B) 345.6º 0.94% 0.21% -
XYZ 1.59 0.86 0.53 -
YUV 19.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 53 3 15 0 0.94 0.72 0.79 345.6 0.89 0.11
Hex 35 3 F 0 5E 48 4F 15A 59 B
Octal 65 3 17 0 136 110 117 532 131 13
Binary 110101 11 1111 0 1011110 1001000 1001111 101011010 1011001 1011

Color Harmonies of #35030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35030F

Black with #35030F

Text Example


Text Example

White with #35030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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