Html Css Color HEX #231114 Rustic Red

📋 copy color: '#231114'

red 35 ◦ green 17 ◦ blue 20

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

Shades of Rustic Red #231114

Tints of Rustic Red #231114

RGB

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

 GREEN value IS 17 (7.03% from 255) = 23.61%

 BLUE value IS 20 (8.2% from 255) = 27.78%

R = 48.61%
G = 23.61%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#231114 (or 0x231114) is known color: Rustic Red. HEX triplet: 23, 11 and 14. RGB value is (35,17,20). Sum of RGB (Red+Green+Blue) = 35+17+20=72 (9% of max value = 765). Red value is 35 (14.06% from 255 or 48.61% from 72); Green value is 17 (7.03% from 255 or 23.61% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 35 - color contains mainly: red. Hex color #231114 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231114 is #DCEEEB. Grayscale: #161616. Windows color (decimal): -14479084 or 1315107. OLE color: 1315107.

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

Color convert

RGB 35 17 20 -
CMYK 0 0.51 0.43 0.86
HSL 350º 0.35% 0.1% -
HSV(B) 350º 0.51% 0.14% -
XYZ 1.02 0.81 0.76 -
YUV 22.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 35 17 20 0 0.51 0.43 0.86 350 0.35 0.1
Hex 23 11 14 0 33 2B 56 15E 23 A
Octal 43 21 24 0 63 53 126 536 43 12
Binary 100011 10001 10100 0 110011 101011 1010110 101011110 100011 1010

Color Harmonies of #231114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231114

Black with #231114

Text Example


Text Example

White with #231114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231114; }

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

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

background-color css

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

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

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

border-color css

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

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

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