Html Css Color HEX #231215 Rustic Red

📋 copy color: '#231215'

red 35 ◦ green 18 ◦ blue 21

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

Shades of Rustic Red #231215

Tints of Rustic Red #231215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.32%

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

R = 47.3%
G = 24.32%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#231215 (or 0x231215) is known color: Rustic Red. HEX triplet: 23, 12 and 15. RGB value is (35,18,21). Sum of RGB (Red+Green+Blue) = 35+18+21=74 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.30% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 21 (8.59% from 255 or 28.38% from 74); Max value from RGB is 35 - color contains mainly: red. Hex color #231215 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231215 is #DCEDEA. Grayscale: #171717. Windows color (decimal): -14478827 or 1380899. OLE color: 1380899.

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

Color convert

RGB 35 18 21 -
CMYK 0 0.49 0.40 0.86
HSL 349.41º 0.32% 0.1% -
HSV(B) 349.41º 0.49% 0.14% -
XYZ 1.04 0.84 0.82 -
YUV 23.43 126.63 136.26 -
System Red Green Blue C M Y K H S L
Decimal 35 18 21 0 0.49 0.40 0.86 349.41 0.32 0.1
Hex 23 12 15 0 31 28 56 15D 20 A
Octal 43 22 25 0 61 50 126 535 40 12
Binary 100011 10010 10101 0 110001 101000 1010110 101011101 100000 1010

Color Harmonies of #231215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231215

Black with #231215

Text Example


Text Example

White with #231215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231215; }

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

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

background-color css

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

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

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

border-color css

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

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

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