Html Css Color HEX #350312 Rustic Red

📋 copy color: '#350312'

red 53 ◦ green 3 ◦ blue 18

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

Shades of Rustic Red #350312

Tints of Rustic Red #350312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 24.32%

R = 71.62%
G = 4.05%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#350312 (or 0x350312) is known color: Rustic Red. HEX triplet: 35, 03 and 12. RGB value is (53,3,18). Sum of RGB (Red+Green+Blue) = 53+3+18=74 (9% of max value = 765). Red value is 53 (21.09% from 255 or 71.62% from 74); Green value is 3 (1.56% from 255 or 4.05% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 53 - color contains mainly: red. Hex color #350312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350312 is #CAFCED. Grayscale: #131313. Windows color (decimal): -13303022 or 1180469. OLE color: 1180469.

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

Color convert

RGB 53 3 18 -
CMYK 0 0.94 0.66 0.79
HSL 342º 0.89% 0.11% -
HSV(B) 342º 0.94% 0.21% -
XYZ 1.61 0.87 0.65 -
YUV 19.66 127.07 151.78 -
System Red Green Blue C M Y K H S L
Decimal 53 3 18 0 0.94 0.66 0.79 342 0.89 0.11
Hex 35 3 12 0 5E 42 4F 156 59 B
Octal 65 3 22 0 136 102 117 526 131 13
Binary 110101 11 10010 0 1011110 1000010 1001111 101010110 1011001 1011

Color Harmonies of #350312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350312

Black with #350312

Text Example


Text Example

White with #350312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350312; }

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

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

background-color css

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

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

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

border-color css

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

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

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