Html Css Color HEX #231415 Rustic Red

📋 copy color: '#231415'

red 35 ◦ green 20 ◦ blue 21

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

Shades of Rustic Red #231415

Tints of Rustic Red #231415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 27.63%

R = 46.05%
G = 26.32%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#231415 (or 0x231415) is known color: Rustic Red. HEX triplet: 23, 14 and 15. RGB value is (35,20,21). Sum of RGB (Red+Green+Blue) = 35+20+21=76 (10% of max value = 765). Red value is 35 (14.06% from 255 or 46.05% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 35 - color contains mainly: red. Hex color #231415 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231415 is #DCEBEA. Grayscale: #181818. Windows color (decimal): -14478315 or 1381411. OLE color: 1381411.

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

Color convert

RGB 35 20 21 -
CMYK 0 0.43 0.40 0.86
HSL 356º 0.27% 0.11% -
HSV(B) 356º 0.43% 0.14% -
XYZ 1.08 0.91 0.83 -
YUV 24.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 35 20 21 0 0.43 0.40 0.86 356 0.27 0.11
Hex 23 14 15 0 2B 28 56 164 1B B
Octal 43 24 25 0 53 50 126 544 33 13
Binary 100011 10100 10101 0 101011 101000 1010110 101100100 11011 1011

Color Harmonies of #231415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231415

Black with #231415

Text Example


Text Example

White with #231415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231415; }

 p { color: rgb(35,20,21); }

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

background-color css

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

 a { background-color: rgb(35,20,21); }

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

border-color css

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

 span { border-color: rgb(35,20,21); }

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