Html Css Color HEX #35141B Rustic Red

📋 copy color: '#35141B'

red 53 ◦ green 20 ◦ blue 27

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

Shades of Rustic Red #35141B

Tints of Rustic Red #35141B

RGB

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

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

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

R = 53%
G = 20%
B = 27%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#35141B (or 0x35141B) is known color: Rustic Red. HEX triplet: 35, 14 and 1B. RGB value is (53,20,27). Sum of RGB (Red+Green+Blue) = 53+20+27=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35141B is #CAEBE4. Grayscale: #1E1E1E. Windows color (decimal): -13298661 or 1774645. OLE color: 1774645.

HSL color Cylindrical-coordinate representation of color #35141B: hue angle of 347.27º 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 #35141B is Cyan = 0, Magento = 0.62, Yellow = 0.49 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 20 27 -
CMYK 0 0.62 0.49 0.79
HSL 347.27º 0.45% 0.14% -
HSV(B) 347.27º 0.62% 0.21% -
XYZ 1.92 1.34 1.19 -
YUV 30.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 53 20 27 0 0.62 0.49 0.79 347.27 0.45 0.14
Hex 35 14 1B 0 3E 31 4F 15B 2D E
Octal 65 24 33 0 76 61 117 533 55 16
Binary 110101 10100 11011 0 111110 110001 1001111 101011011 101101 1110

Color Harmonies of #35141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35141B

Black with #35141B

Text Example


Text Example

White with #35141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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