Html Css Color HEX #231214 Rustic Red

📋 copy color: '#231214'

red 35 ◦ green 18 ◦ blue 20

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

Shades of Rustic Red #231214

Tints of Rustic Red #231214

RGB

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

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

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

R = 47.95%
G = 24.66%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#231214 (or 0x231214) is known color: Rustic Red. HEX triplet: 23, 12 and 14. RGB value is (35,18,20). Sum of RGB (Red+Green+Blue) = 35+18+20=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #231214 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #231214 is #DCEDEB. Grayscale: #171717. Windows color (decimal): -14478828 or 1315363. OLE color: 1315363.

HSL color Cylindrical-coordinate representation of color #231214: hue angle of 352.94º 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 #231214 is Cyan = 0, Magento = 0.49, Yellow = 0.43 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 18 20 -
CMYK 0 0.49 0.43 0.86
HSL 352.94º 0.32% 0.1% -
HSV(B) 352.94º 0.49% 0.14% -
XYZ 1.04 0.84 0.77 -
YUV 23.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 35 18 20 0 0.49 0.43 0.86 352.94 0.32 0.1
Hex 23 12 14 0 31 2B 56 161 20 A
Octal 43 22 24 0 61 53 126 541 40 12
Binary 100011 10010 10100 0 110001 101011 1010110 101100001 100000 1010

Color Harmonies of #231214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231214

Black with #231214

Text Example


Text Example

White with #231214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231214; }

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

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

background-color css

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

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

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

border-color css

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

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

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