Html Css Color HEX #230D0E Rustic Red

📋 copy color: '#230D0E'

red 35 ◦ green 13 ◦ blue 14

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

Shades of Rustic Red #230D0E

Tints of Rustic Red #230D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 22.58%

R = 56.45%
G = 20.97%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#230D0E (or 0x230D0E) is known color: Rustic Red. HEX triplet: 23, 0D and 0E. RGB value is (35,13,14). Sum of RGB (Red+Green+Blue) = 35+13+14=62 (8% of max value = 765). Red value is 35 (14.06% from 255 or 56.45% from 62); Green value is 13 (5.47% from 255 or 20.97% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 35 - color contains mainly: red. Hex color #230D0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230D0E is #DCF2F1. Grayscale: #131313. Windows color (decimal): -14480114 or 920867. OLE color: 920867.

HSL color Cylindrical-coordinate representation of color #230D0E: hue angle of 357.27º 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 #230D0E is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 13 14 -
CMYK 0 0.63 0.60 0.86
HSL 357.27º 0.46% 0.09% -
HSV(B) 357.27º 0.63% 0.14% -
XYZ 0.92 0.68 0.5 -
YUV 19.69 124.79 138.92 -
System Red Green Blue C M Y K H S L
Decimal 35 13 14 0 0.63 0.60 0.86 357.27 0.46 0.09
Hex 23 D E 0 3F 3C 56 165 2E 9
Octal 43 15 16 0 77 74 126 545 56 11
Binary 100011 1101 1110 0 111111 111100 1010110 101100101 101110 1001

Color Harmonies of #230D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230D0E

Black with #230D0E

Text Example


Text Example

White with #230D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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