Html Css Color HEX #230A15 Rustic Red

📋 copy color: '#230A15'

red 35 ◦ green 10 ◦ blue 21

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

Shades of Rustic Red #230A15

Tints of Rustic Red #230A15

RGB

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

 GREEN value IS 10 (4.3% from 255) = 15.15%

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

R = 53.03%
G = 15.15%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.86

RGB Variations

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

Color information

#230A15 (or 0x230A15) is known color: Rustic Red. HEX triplet: 23, 0A and 15. RGB value is (35,10,21). Sum of RGB (Red+Green+Blue) = 35+10+21=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 21 (8.59% from 255 or 31.82% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #230A15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A15 is #DCF5EA. Grayscale: #121212. Windows color (decimal): -14480875 or 1378851. OLE color: 1378851.

HSL color Cylindrical-coordinate representation of color #230A15: hue angle of 333.6º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #230A15 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.86.

Color convert

RGB 35 10 21 -
CMYK 0 0.71 0.40 0.86
HSL 333.6º 0.56% 0.09% -
HSV(B) 333.6º 0.71% 0.14% -
XYZ 0.94 0.63 0.78 -
YUV 18.73 129.28 139.61 -
System Red Green Blue C M Y K H S L
Decimal 35 10 21 0 0.71 0.40 0.86 333.6 0.56 0.09
Hex 23 A 15 0 47 28 56 14E 38 9
Octal 43 12 25 0 107 50 126 516 70 11
Binary 100011 1010 10101 0 1000111 101000 1010110 101001110 111000 1001

Color Harmonies of #230A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230A15

Black with #230A15

Text Example


Text Example

White with #230A15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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