Html Css Color HEX #231618 Rustic Red

📋 copy color: '#231618'

red 35 ◦ green 22 ◦ blue 24

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

Shades of Rustic Red #231618

Tints of Rustic Red #231618

RGB

 RED value IS 35 (14.06% from 255) = 43.21%

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

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

R = 43.21%
G = 27.16%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.31

 K value IS 0.86

RGB Variations

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

Color information

#231618 (or 0x231618) is known color: Rustic Red. HEX triplet: 23, 16 and 18. RGB value is (35,22,24). Sum of RGB (Red+Green+Blue) = 35+22+24=81 (10% of max value = 765). Red value is 35 (14.06% from 255 or 43.21% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 24 (9.77% from 255 or 29.63% from 81); Max value from RGB is 35 - color contains mainly: red. Hex color #231618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231618 is #DCE9E7. Grayscale: #1A1A1A. Windows color (decimal): -14477800 or 1578531. OLE color: 1578531.

HSL color Cylindrical-coordinate representation of color #231618: hue angle of 350.77º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #231618 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 22 24 -
CMYK 0 0.37 0.31 0.86
HSL 350.77º 0.23% 0.11% -
HSV(B) 350.77º 0.37% 0.14% -
XYZ 1.14 1 1 -
YUV 26.12 126.81 134.34 -
System Red Green Blue C M Y K H S L
Decimal 35 22 24 0 0.37 0.31 0.86 350.77 0.23 0.11
Hex 23 16 18 0 25 1F 56 15F 17 B
Octal 43 26 30 0 45 37 126 537 27 13
Binary 100011 10110 11000 0 100101 11111 1010110 101011111 10111 1011

Color Harmonies of #231618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231618

Black with #231618

Text Example


Text Example

White with #231618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231618; }

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

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

background-color css

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

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

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

border-color css

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

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

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