Html Css Color HEX #230D13 Rustic Red

📋 copy color: '#230D13'

red 35 ◦ green 13 ◦ blue 19

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

Shades of Rustic Red #230D13

Tints of Rustic Red #230D13

RGB

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

 GREEN value IS 13 (5.47% from 255) = 19.4%

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

R = 52.24%
G = 19.4%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#230D13 (or 0x230D13) is known color: Rustic Red. HEX triplet: 23, 0D and 13. RGB value is (35,13,19). Sum of RGB (Red+Green+Blue) = 35+13+19=67 (8% of max value = 765). Red value is 35 (14.06% from 255 or 52.24% from 67); Green value is 13 (5.47% from 255 or 19.40% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 35 - color contains mainly: red. Hex color #230D13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D13 is #DCF2EC. Grayscale: #141414. Windows color (decimal): -14480109 or 1248547. OLE color: 1248547.

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

Color convert

RGB 35 13 19 -
CMYK 0 0.63 0.46 0.86
HSL 343.64º 0.46% 0.09% -
HSV(B) 343.64º 0.63% 0.14% -
XYZ 0.95 0.69 0.7 -
YUV 20.26 127.29 138.51 -
System Red Green Blue C M Y K H S L
Decimal 35 13 19 0 0.63 0.46 0.86 343.64 0.46 0.09
Hex 23 D 13 0 3F 2E 56 158 2E 9
Octal 43 15 23 0 77 56 126 530 56 11
Binary 100011 1101 10011 0 111111 101110 1010110 101011000 101110 1001

Color Harmonies of #230D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D13

Black with #230D13

Text Example


Text Example

White with #230D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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