Html Css Color HEX #351618 Rustic Red

📋 copy color: '#351618'

red 53 ◦ green 22 ◦ blue 24

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

Shades of Rustic Red #351618

Tints of Rustic Red #351618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.22%

 BLUE value IS 24 (9.77% from 255) = 24.24%

R = 53.54%
G = 22.22%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#351618 (or 0x351618) is known color: Rustic Red. HEX triplet: 35, 16 and 18. RGB value is (53,22,24). Sum of RGB (Red+Green+Blue) = 53+22+24=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 22 (8.98% from 255 or 22.22% from 99); Blue value is 24 (9.77% from 255 or 24.24% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #351618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351618 is #CAE9E7. Grayscale: #1F1F1F. Windows color (decimal): -13298152 or 1578549. OLE color: 1578549.

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

Color convert

RGB 53 22 24 -
CMYK 0 0.58 0.55 0.79
HSL 356.13º 0.41% 0.15% -
HSV(B) 356.13º 0.58% 0.21% -
XYZ 1.92 1.4 1.03 -
YUV 31.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 53 22 24 0 0.58 0.55 0.79 356.13 0.41 0.15
Hex 35 16 18 0 3A 37 4F 164 29 F
Octal 65 26 30 0 72 67 117 544 51 17
Binary 110101 10110 11000 0 111010 110111 1001111 101100100 101001 1111

Color Harmonies of #351618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351618

Black with #351618

Text Example


Text Example

White with #351618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351618; }

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

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

background-color css

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

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

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

border-color css

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

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

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