Html Css Color HEX #35131C Rustic Red

📋 copy color: '#35131C'

red 53 ◦ green 19 ◦ blue 28

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

Shades of Rustic Red #35131C

Tints of Rustic Red #35131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 19%

 BLUE value IS 28 (11.33% from 255) = 28%

R = 53%
G = 19%
B = 28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35131C (or 0x35131C) is known color: Rustic Red. HEX triplet: 35, 13 and 1C. RGB value is (53,19,28). Sum of RGB (Red+Green+Blue) = 53+19+28=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35131C is #CAECE3. Grayscale: #1E1E1E. Windows color (decimal): -13298916 or 1839925. OLE color: 1839925.

HSL color Cylindrical-coordinate representation of color #35131C: hue angle of 344.12º degrees, saturation: 0.47, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #35131C is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 19 28 -
CMYK 0 0.64 0.47 0.79
HSL 344.12º 0.47% 0.14% -
HSV(B) 344.12º 0.64% 0.21% -
XYZ 1.91 1.31 1.25 -
YUV 30.19 126.76 144.27 -
System Red Green Blue C M Y K H S L
Decimal 53 19 28 0 0.64 0.47 0.79 344.12 0.47 0.14
Hex 35 13 1C 0 40 2F 4F 158 2F E
Octal 65 23 34 0 100 57 117 530 57 16
Binary 110101 10011 11100 0 1000000 101111 1001111 101011000 101111 1110

Color Harmonies of #35131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35131C

Black with #35131C

Text Example


Text Example

White with #35131C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,19,28); }

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

background-color css

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

 a { background-color: rgb(53,19,28); }

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

border-color css

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

 span { border-color: rgb(53,19,28); }

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