Html Css Color HEX #230713 Rustic Red

📋 copy color: '#230713'

red 35 ◦ green 7 ◦ blue 19

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

Shades of Rustic Red #230713

Tints of Rustic Red #230713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 11.48%

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

R = 57.38%
G = 11.48%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#230713 (or 0x230713) is known color: Rustic Red. HEX triplet: 23, 07 and 13. RGB value is (35,7,19). Sum of RGB (Red+Green+Blue) = 35+7+19=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 7 (3.12% from 255 or 11.48% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230713 is #DCF8EC. Grayscale: #101010. Windows color (decimal): -14481645 or 1247011. OLE color: 1247011.

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

Color convert

RGB 35 7 19 -
CMYK 0 0.80 0.46 0.86
HSL 334.29º 0.67% 0.08% -
HSV(B) 334.29º 0.8% 0.14% -
XYZ 0.89 0.56 0.68 -
YUV 16.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 35 7 19 0 0.80 0.46 0.86 334.29 0.67 0.08
Hex 23 7 13 0 50 2E 56 14E 43 8
Octal 43 7 23 0 120 56 126 516 103 10
Binary 100011 111 10011 0 1010000 101110 1010110 101001110 1000011 1000

Color Harmonies of #230713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230713

Black with #230713

Text Example


Text Example

White with #230713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230713; }

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

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

background-color css

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

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

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

border-color css

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

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

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