Html Css Color HEX #35111B Rustic Red

📋 copy color: '#35111B'

red 53 ◦ green 17 ◦ blue 27

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

Shades of Rustic Red #35111B

Tints of Rustic Red #35111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17.53%

 BLUE value IS 27 (10.94% from 255) = 27.84%

R = 54.64%
G = 17.53%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#35111B (or 0x35111B) is known color: Rustic Red. HEX triplet: 35, 11 and 1B. RGB value is (53,17,27). Sum of RGB (Red+Green+Blue) = 53+17+27=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 17 (7.03% from 255 or 17.53% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #35111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35111B is #CAEEE4. Grayscale: #1C1C1C. Windows color (decimal): -13299429 or 1773877. OLE color: 1773877.

HSL color Cylindrical-coordinate representation of color #35111B: hue angle of 343.33º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35111B is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 17 27 -
CMYK 0 0.68 0.49 0.79
HSL 343.33º 0.51% 0.14% -
HSV(B) 343.33º 0.68% 0.21% -
XYZ 1.87 1.24 1.18 -
YUV 28.9 126.93 145.19 -
System Red Green Blue C M Y K H S L
Decimal 53 17 27 0 0.68 0.49 0.79 343.33 0.51 0.14
Hex 35 11 1B 0 44 31 4F 157 33 E
Octal 65 21 33 0 104 61 117 527 63 16
Binary 110101 10001 11011 0 1000100 110001 1001111 101010111 110011 1110

Color Harmonies of #35111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35111B

Black with #35111B

Text Example


Text Example

White with #35111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35111B; }

 p { color: rgb(53,17,27); }

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

background-color css

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

 a { background-color: rgb(53,17,27); }

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

border-color css

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

 span { border-color: rgb(53,17,27); }

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