Html Css Color HEX #35151A Rustic Red

📋 copy color: '#35151A'

red 53 ◦ green 21 ◦ blue 26

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

Shades of Rustic Red #35151A

Tints of Rustic Red #35151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26%

R = 53%
G = 21%
B = 26%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#35151A (or 0x35151A) is known color: Rustic Red. HEX triplet: 35, 15 and 1A. RGB value is (53,21,26). Sum of RGB (Red+Green+Blue) = 53+21+26=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #35151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35151A is #CAEAE5. Grayscale: #1F1F1F. Windows color (decimal): -13298406 or 1709365. OLE color: 1709365.

HSL color Cylindrical-coordinate representation of color #35151A: hue angle of 350.62º 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 #35151A is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 21 26 -
CMYK 0 0.60 0.51 0.79
HSL 350.63º 0.43% 0.15% -
HSV(B) 350.63º 0.6% 0.21% -
XYZ 1.92 1.37 1.14 -
YUV 31.14 125.1 143.59 -
System Red Green Blue C M Y K H S L
Decimal 53 21 26 0 0.60 0.51 0.79 350.63 0.43 0.15
Hex 35 15 1A 0 3C 33 4F 15F 2B F
Octal 65 25 32 0 74 63 117 537 53 17
Binary 110101 10101 11010 0 111100 110011 1001111 101011111 101011 1111

Color Harmonies of #35151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35151A

Black with #35151A

Text Example


Text Example

White with #35151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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