Html Css Color HEX #230F14 Rustic Red

📋 copy color: '#230F14'

red 35 ◦ green 15 ◦ blue 20

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

Shades of Rustic Red #230F14

Tints of Rustic Red #230F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 28.57%

R = 50%
G = 21.43%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.86

RGB Variations

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

Color information

#230F14 (or 0x230F14) is known color: Rustic Red. HEX triplet: 23, 0F and 14. RGB value is (35,15,20). Sum of RGB (Red+Green+Blue) = 35+15+20=70 (9% of max value = 765). Red value is 35 (14.06% from 255 or 50% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 20 (8.20% from 255 or 28.57% from 70); Max value from RGB is 35 - color contains mainly: red. Hex color #230F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F14 is #DCF0EB. Grayscale: #151515. Windows color (decimal): -14479596 or 1314595. OLE color: 1314595.

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

Color convert

RGB 35 15 20 -
CMYK 0 0.57 0.43 0.86
HSL 345º 0.4% 0.1% -
HSV(B) 345º 0.57% 0.14% -
XYZ 0.99 0.75 0.75 -
YUV 21.55 127.13 137.59 -
System Red Green Blue C M Y K H S L
Decimal 35 15 20 0 0.57 0.43 0.86 345 0.4 0.1
Hex 23 F 14 0 39 2B 56 159 28 A
Octal 43 17 24 0 71 53 126 531 50 12
Binary 100011 1111 10100 0 111001 101011 1010110 101011001 101000 1010

Color Harmonies of #230F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F14

Black with #230F14

Text Example


Text Example

White with #230F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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