Html Css Color HEX #35141C Rustic Red

📋 copy color: '#35141C'

red 53 ◦ green 20 ◦ blue 28

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

Shades of Rustic Red #35141C

Tints of Rustic Red #35141C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 19.8%

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

R = 52.48%
G = 19.8%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35141C (or 0x35141C) is known color: Rustic Red. HEX triplet: 35, 14 and 1C. RGB value is (53,20,28). Sum of RGB (Red+Green+Blue) = 53+20+28=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 20 (8.20% from 255 or 19.80% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #35141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35141C is #CAEBE3. Grayscale: #1E1E1E. Windows color (decimal): -13298660 or 1840181. OLE color: 1840181.

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

Color convert

RGB 53 20 28 -
CMYK 0 0.62 0.47 0.79
HSL 345.45º 0.45% 0.14% -
HSV(B) 345.45º 0.62% 0.21% -
XYZ 1.93 1.34 1.26 -
YUV 30.78 126.43 143.85 -
System Red Green Blue C M Y K H S L
Decimal 53 20 28 0 0.62 0.47 0.79 345.45 0.45 0.14
Hex 35 14 1C 0 3E 2F 4F 159 2D E
Octal 65 24 34 0 76 57 117 531 55 16
Binary 110101 10100 11100 0 111110 101111 1001111 101011001 101101 1110

Color Harmonies of #35141C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35141C

Black with #35141C

Text Example


Text Example

White with #35141C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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