Html Css Color HEX #230914 Rustic Red

📋 copy color: '#230914'

red 35 ◦ green 9 ◦ blue 20

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

Shades of Rustic Red #230914

Tints of Rustic Red #230914

RGB

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

 GREEN value IS 9 (3.91% from 255) = 14.06%

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

R = 54.69%
G = 14.06%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#230914 (or 0x230914) is known color: Rustic Red. HEX triplet: 23, 09 and 14. RGB value is (35,9,20). Sum of RGB (Red+Green+Blue) = 35+9+20=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 20 (8.20% from 255 or 31.25% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #230914 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230914 is #DCF6EB. Grayscale: #121212. Windows color (decimal): -14481132 or 1313059. OLE color: 1313059.

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

Color convert

RGB 35 9 20 -
CMYK 0 0.74 0.43 0.86
HSL 334.62º 0.59% 0.09% -
HSV(B) 334.62º 0.74% 0.14% -
XYZ 0.92 0.6 0.73 -
YUV 18.03 129.11 140.11 -
System Red Green Blue C M Y K H S L
Decimal 35 9 20 0 0.74 0.43 0.86 334.62 0.59 0.09
Hex 23 9 14 0 4A 2B 56 14F 3B 9
Octal 43 11 24 0 112 53 126 517 73 11
Binary 100011 1001 10100 0 1001010 101011 1010110 101001111 111011 1001

Color Harmonies of #230914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230914

Black with #230914

Text Example


Text Example

White with #230914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230914; }

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

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

background-color css

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

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

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

border-color css

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

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

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