Html Css Color HEX #231315 Rustic Red

📋 copy color: '#231315'

red 35 ◦ green 19 ◦ blue 21

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

Shades of Rustic Red #231315

Tints of Rustic Red #231315

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.33%

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

R = 46.67%
G = 25.33%
B = 28%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#231315 (or 0x231315) is known color: Rustic Red. HEX triplet: 23, 13 and 15. RGB value is (35,19,21). Sum of RGB (Red+Green+Blue) = 35+19+21=75 (9% of max value = 765). Red value is 35 (14.06% from 255 or 46.67% from 75); Green value is 19 (7.81% from 255 or 25.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 35 - color contains mainly: red. Hex color #231315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231315 is #DCECEA. Grayscale: #181818. Windows color (decimal): -14478571 or 1381155. OLE color: 1381155.

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

Color convert

RGB 35 19 21 -
CMYK 0 0.46 0.40 0.86
HSL 352.5º 0.3% 0.11% -
HSV(B) 352.5º 0.46% 0.14% -
XYZ 1.06 0.88 0.82 -
YUV 24.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 35 19 21 0 0.46 0.40 0.86 352.5 0.3 0.11
Hex 23 13 15 0 2E 28 56 160 1E B
Octal 43 23 25 0 56 50 126 540 36 13
Binary 100011 10011 10101 0 101110 101000 1010110 101100000 11110 1011

Color Harmonies of #231315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231315

Black with #231315

Text Example


Text Example

White with #231315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231315; }

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

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

background-color css

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

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

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

border-color css

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

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

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