Html Css Color HEX #230A0E Rustic Red

📋 copy color: '#230A0E'

red 35 ◦ green 10 ◦ blue 14

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

Shades of Rustic Red #230A0E

Tints of Rustic Red #230A0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 23.73%

R = 59.32%
G = 16.95%
B = 23.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.60

 K value IS 0.86

RGB Variations

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

Color information

#230A0E (or 0x230A0E) is known color: Rustic Red. HEX triplet: 23, 0A and 0E. RGB value is (35,10,14). Sum of RGB (Red+Green+Blue) = 35+10+14=59 (7% of max value = 765). Red value is 35 (14.06% from 255 or 59.32% from 59); Green value is 10 (4.30% from 255 or 16.95% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 35 - color contains mainly: red. Hex color #230A0E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A0E is #DCF5F1. Grayscale: #111111. Windows color (decimal): -14480882 or 920099. OLE color: 920099.

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

Color convert

RGB 35 10 14 -
CMYK 0 0.71 0.60 0.86
HSL 350.4º 0.56% 0.09% -
HSV(B) 350.4º 0.71% 0.14% -
XYZ 0.88 0.61 0.49 -
YUV 17.93 125.78 140.17 -
System Red Green Blue C M Y K H S L
Decimal 35 10 14 0 0.71 0.60 0.86 350.4 0.56 0.09
Hex 23 A E 0 47 3C 56 15E 38 9
Octal 43 12 16 0 107 74 126 536 70 11
Binary 100011 1010 1110 0 1000111 111100 1010110 101011110 111000 1001

Color Harmonies of #230A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230A0E

Black with #230A0E

Text Example


Text Example

White with #230A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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