Html Css Color HEX #230F15 Rustic Red

📋 copy color: '#230F15'

red 35 ◦ green 15 ◦ blue 21

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

Shades of Rustic Red #230F15

Tints of Rustic Red #230F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 29.58%

R = 49.3%
G = 21.13%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#230F15 (or 0x230F15) is known color: Rustic Red. HEX triplet: 23, 0F and 15. RGB value is (35,15,21). Sum of RGB (Red+Green+Blue) = 35+15+21=71 (9% of max value = 765). Red value is 35 (14.06% from 255 or 49.30% from 71); Green value is 15 (6.25% from 255 or 21.13% from 71); Blue value is 21 (8.59% from 255 or 29.58% from 71); Max value from RGB is 35 - color contains mainly: red. Hex color #230F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230F15 is #DCF0EA. Grayscale: #151515. Windows color (decimal): -14479595 or 1380131. OLE color: 1380131.

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

Color convert

RGB 35 15 21 -
CMYK 0 0.57 0.40 0.86
HSL 342º 0.4% 0.1% -
HSV(B) 342º 0.57% 0.14% -
XYZ 1 0.75 0.8 -
YUV 21.66 127.63 137.51 -
System Red Green Blue C M Y K H S L
Decimal 35 15 21 0 0.57 0.40 0.86 342 0.4 0.1
Hex 23 F 15 0 39 28 56 156 28 A
Octal 43 17 25 0 71 50 126 526 50 12
Binary 100011 1111 10101 0 111001 101000 1010110 101010110 101000 1010

Color Harmonies of #230F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230F15

Black with #230F15

Text Example


Text Example

White with #230F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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