Html Css Color HEX #230F13 Rustic Red

📋 copy color: '#230F13'

red 35 ◦ green 15 ◦ blue 19

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

Shades of Rustic Red #230F13

Tints of Rustic Red #230F13

RGB

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

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

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

R = 50.72%
G = 21.74%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#230F13 (or 0x230F13) is known color: Rustic Red. HEX triplet: 23, 0F and 13. RGB value is (35,15,19). Sum of RGB (Red+Green+Blue) = 35+15+19=69 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50.72% from 69); Green value is 15 (6.25% from 255 or 21.74% from 69); Blue value is 19 (7.81% from 255 or 27.54% from 69); Max value from RGB is 35 - color contains mainly: red. Hex color #230F13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F13 is #DCF0EC. Grayscale: #151515. Windows color (decimal): -14479597 or 1249059. OLE color: 1249059.

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

Color convert

RGB 35 15 19 -
CMYK 0 0.57 0.46 0.86
HSL 348º 0.4% 0.1% -
HSV(B) 348º 0.57% 0.14% -
XYZ 0.98 0.75 0.71 -
YUV 21.44 126.63 137.67 -
System Red Green Blue C M Y K H S L
Decimal 35 15 19 0 0.57 0.46 0.86 348 0.4 0.1
Hex 23 F 13 0 39 2E 56 15C 28 A
Octal 43 17 23 0 71 56 126 534 50 12
Binary 100011 1111 10011 0 111001 101110 1010110 101011100 101000 1010

Color Harmonies of #230F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F13

Black with #230F13

Text Example


Text Example

White with #230F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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