Html Css Color HEX #35151C Rustic Red

📋 copy color: '#35151C'

red 53 ◦ green 21 ◦ blue 28

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

Shades of Rustic Red #35151C

Tints of Rustic Red #35151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

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

R = 51.96%
G = 20.59%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35151C (or 0x35151C) is known color: Rustic Red. HEX triplet: 35, 15 and 1C. RGB value is (53,21,28). Sum of RGB (Red+Green+Blue) = 53+21+28=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 28 (11.33% from 255 or 27.45% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #35151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35151C is #CAEAE3. Grayscale: #1F1F1F. Windows color (decimal): -13298404 or 1840437. OLE color: 1840437.

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

Color convert

RGB 53 21 28 -
CMYK 0 0.60 0.47 0.79
HSL 346.88º 0.43% 0.15% -
HSV(B) 346.88º 0.6% 0.21% -
XYZ 1.95 1.38 1.26 -
YUV 31.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 53 21 28 0 0.60 0.47 0.79 346.88 0.43 0.15
Hex 35 15 1C 0 3C 2F 4F 15B 2B F
Octal 65 25 34 0 74 57 117 533 53 17
Binary 110101 10101 11100 0 111100 101111 1001111 101011011 101011 1111

Color Harmonies of #35151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35151C

Black with #35151C

Text Example


Text Example

White with #35151C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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