Html Css Color HEX #231012 Rustic Red

📋 copy color: '#231012'

red 35 ◦ green 16 ◦ blue 18

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

Shades of Rustic Red #231012

Tints of Rustic Red #231012

RGB

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

 GREEN value IS 16 (6.64% from 255) = 23.19%

 BLUE value IS 18 (7.42% from 255) = 26.09%

R = 50.72%
G = 23.19%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#231012 (or 0x231012) is known color: Rustic Red. HEX triplet: 23, 10 and 12. RGB value is (35,16,18). Sum of RGB (Red+Green+Blue) = 35+16+18=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #231012 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231012 is #DCEFED. Grayscale: #151515. Windows color (decimal): -14479342 or 1183779. OLE color: 1183779.

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

Color convert

RGB 35 16 18 -
CMYK 0 0.54 0.49 0.86
HSL 353.68º 0.37% 0.1% -
HSV(B) 353.68º 0.54% 0.14% -
XYZ 0.99 0.77 0.67 -
YUV 21.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 35 16 18 0 0.54 0.49 0.86 353.68 0.37 0.1
Hex 23 10 12 0 36 31 56 162 25 A
Octal 43 20 22 0 66 61 126 542 45 12
Binary 100011 10000 10010 0 110110 110001 1010110 101100010 100101 1010

Color Harmonies of #231012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231012

Black with #231012

Text Example


Text Example

White with #231012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231012; }

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

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

background-color css

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

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

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

border-color css

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

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

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