Html Css Color HEX #230F17 Rustic Red

📋 copy color: '#230F17'

red 35 ◦ green 15 ◦ blue 23

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

Shades of Rustic Red #230F17

Tints of Rustic Red #230F17

RGB

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

 GREEN value IS 15 (6.25% from 255) = 20.55%

 BLUE value IS 23 (9.38% from 255) = 31.51%

R = 47.95%
G = 20.55%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.34

 K value IS 0.86

RGB Variations

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

Color information

#230F17 (or 0x230F17) is known color: Rustic Red. HEX triplet: 23, 0F and 17. RGB value is (35,15,23). Sum of RGB (Red+Green+Blue) = 35+15+23=73 (9% of max value = 765). Red value is 35 (14.06% from 255 or 47.95% from 73); Green value is 15 (6.25% from 255 or 20.55% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 35 - color contains mainly: red. Hex color #230F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F17 is #DCF0E8. Grayscale: #151515. Windows color (decimal): -14479593 or 1511203. OLE color: 1511203.

HSL color Cylindrical-coordinate representation of color #230F17: hue angle of 336º degrees, saturation: 0.4, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #230F17 is Cyan = 0, Magento = 0.57, Yellow = 0.34 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 15 23 -
CMYK 0 0.57 0.34 0.86
HSL 336º 0.4% 0.1% -
HSV(B) 336º 0.57% 0.14% -
XYZ 1.02 0.76 0.9 -
YUV 21.89 128.63 137.35 -
System Red Green Blue C M Y K H S L
Decimal 35 15 23 0 0.57 0.34 0.86 336 0.4 0.1
Hex 23 F 17 0 39 22 56 150 28 A
Octal 43 17 27 0 71 42 126 520 50 12
Binary 100011 1111 10111 0 111001 100010 1010110 101010000 101000 1010

Color Harmonies of #230F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F17

Black with #230F17

Text Example


Text Example

White with #230F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,15,23); }

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

background-color css

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

 a { background-color: rgb(35,15,23); }

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

border-color css

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

 span { border-color: rgb(35,15,23); }

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