Html Css Color HEX #35181A Rustic Red

📋 copy color: '#35181A'

red 53 ◦ green 24 ◦ blue 26

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

Shades of Rustic Red #35181A

Tints of Rustic Red #35181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.3%

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

R = 51.46%
G = 23.3%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#35181A (or 0x35181A) is known color: Rustic Red. HEX triplet: 35, 18 and 1A. RGB value is (53,24,26). Sum of RGB (Red+Green+Blue) = 53+24+26=103 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.46% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 53 - color contains mainly: red. Hex color #35181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35181A is #CAE7E5. Grayscale: #202020. Windows color (decimal): -13297638 or 1710133. OLE color: 1710133.

HSL color Cylindrical-coordinate representation of color #35181A: hue angle of 355.86º degrees, saturation: 0.38, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #35181A is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 24 26 -
CMYK 0 0.55 0.51 0.79
HSL 355.86º 0.38% 0.15% -
HSV(B) 355.86º 0.55% 0.21% -
XYZ 1.98 1.48 1.16 -
YUV 32.9 124.11 142.34 -
System Red Green Blue C M Y K H S L
Decimal 53 24 26 0 0.55 0.51 0.79 355.86 0.38 0.15
Hex 35 18 1A 0 37 33 4F 164 26 F
Octal 65 30 32 0 67 63 117 544 46 17
Binary 110101 11000 11010 0 110111 110011 1001111 101100100 100110 1111

Color Harmonies of #35181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35181A

Black with #35181A

Text Example


Text Example

White with #35181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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