Html Css Color HEX #35030C Rustic Red

📋 copy color: '#35030C'

red 53 ◦ green 3 ◦ blue 12

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

Shades of Rustic Red #35030C

Tints of Rustic Red #35030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 17.65%

R = 77.94%
G = 4.41%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.77

 K value IS 0.79

RGB Variations

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

Color information

#35030C (or 0x35030C) is known color: Rustic Red. HEX triplet: 35, 03 and 0C. RGB value is (53,3,12). Sum of RGB (Red+Green+Blue) = 53+3+12=68 (9% of max value = 765). Red value is 53 (21.09% from 255 or 77.94% from 68); Green value is 3 (1.56% from 255 or 4.41% from 68); Blue value is 12 (5.08% from 255 or 17.65% from 68); Max value from RGB is 53 - color contains mainly: red. Hex color #35030C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35030C is #CAFCF3. Grayscale: #121212. Windows color (decimal): -13303028 or 787253. OLE color: 787253.

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

Color convert

RGB 53 3 12 -
CMYK 0 0.94 0.77 0.79
HSL 349.2º 0.89% 0.11% -
HSV(B) 349.2º 0.94% 0.21% -
XYZ 1.57 0.85 0.43 -
YUV 18.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 53 3 12 0 0.94 0.77 0.79 349.2 0.89 0.11
Hex 35 3 C 0 5E 4D 4F 15D 59 B
Octal 65 3 14 0 136 115 117 535 131 13
Binary 110101 11 1100 0 1011110 1001101 1001111 101011101 1011001 1011

Color Harmonies of #35030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35030C

Black with #35030C

Text Example


Text Example

White with #35030C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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