Html Css Color HEX #230813 Rustic Red

📋 copy color: '#230813'

red 35 ◦ green 8 ◦ blue 19

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

Shades of Rustic Red #230813

Tints of Rustic Red #230813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 12.9%

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

R = 56.45%
G = 12.9%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#230813 (or 0x230813) is known color: Rustic Red. HEX triplet: 23, 08 and 13. RGB value is (35,8,19). Sum of RGB (Red+Green+Blue) = 35+8+19=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 8 (3.52% from 255 or 12.90% from 62); Blue value is 19 (7.81% from 255 or 30.65% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230813 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230813 is #DCF7EC. Grayscale: #111111. Windows color (decimal): -14481389 or 1247267. OLE color: 1247267.

HSL color Cylindrical-coordinate representation of color #230813: hue angle of 335.56º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #230813 is Cyan = 0, Magento = 0.77, Yellow = 0.46 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 8 19 -
CMYK 0 0.77 0.46 0.86
HSL 335.56º 0.63% 0.08% -
HSV(B) 335.56º 0.77% 0.14% -
XYZ 0.9 0.58 0.68 -
YUV 17.33 128.95 140.61 -
System Red Green Blue C M Y K H S L
Decimal 35 8 19 0 0.77 0.46 0.86 335.56 0.63 0.08
Hex 23 8 13 0 4D 2E 56 150 3F 8
Octal 43 10 23 0 115 56 126 520 77 10
Binary 100011 1000 10011 0 1001101 101110 1010110 101010000 111111 1000

Color Harmonies of #230813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230813

Black with #230813

Text Example


Text Example

White with #230813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230813; }

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

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

background-color css

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

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

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

border-color css

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

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

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