Html Css Color HEX #230913 Rustic Red

📋 copy color: '#230913'

red 35 ◦ green 9 ◦ blue 19

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

Shades of Rustic Red #230913

Tints of Rustic Red #230913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 30.16%

R = 55.56%
G = 14.29%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#230913 (or 0x230913) is known color: Rustic Red. HEX triplet: 23, 09 and 13. RGB value is (35,9,19). Sum of RGB (Red+Green+Blue) = 35+9+19=63 (8% of max value = 765). Red value is 35 (14.06% from 255 or 55.56% from 63); Green value is 9 (3.91% from 255 or 14.29% from 63); Blue value is 19 (7.81% from 255 or 30.16% from 63); Max value from RGB is 35 - color contains mainly: red. Hex color #230913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230913 is #DCF6EC. Grayscale: #111111. Windows color (decimal): -14481133 or 1247523. OLE color: 1247523.

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

Color convert

RGB 35 9 19 -
CMYK 0 0.74 0.46 0.86
HSL 336.92º 0.59% 0.09% -
HSV(B) 336.92º 0.74% 0.14% -
XYZ 0.91 0.6 0.68 -
YUV 17.91 128.61 140.19 -
System Red Green Blue C M Y K H S L
Decimal 35 9 19 0 0.74 0.46 0.86 336.92 0.59 0.09
Hex 23 9 13 0 4A 2E 56 151 3B 9
Octal 43 11 23 0 112 56 126 521 73 11
Binary 100011 1001 10011 0 1001010 101110 1010110 101010001 111011 1001

Color Harmonies of #230913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230913

Black with #230913

Text Example


Text Example

White with #230913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230913; }

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

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

background-color css

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

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

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

border-color css

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

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

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