Html Css Color HEX #230A13 Rustic Red

📋 copy color: '#230A13'

red 35 ◦ green 10 ◦ blue 19

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

Shades of Rustic Red #230A13

Tints of Rustic Red #230A13

RGB

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

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

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

R = 54.69%
G = 15.63%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#230A13 (or 0x230A13) is known color: Rustic Red. HEX triplet: 23, 0A and 13. RGB value is (35,10,19). Sum of RGB (Red+Green+Blue) = 35+10+19=64 (8% of max value = 765). Red value is 35 (14.06% from 255 or 54.69% from 64); Green value is 10 (4.30% from 255 or 15.62% from 64); Blue value is 19 (7.81% from 255 or 29.69% from 64); Max value from RGB is 35 - color contains mainly: red. Hex color #230A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A13 is #DCF5EC. Grayscale: #121212. Windows color (decimal): -14480877 or 1247779. OLE color: 1247779.

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

Color convert

RGB 35 10 19 -
CMYK 0 0.71 0.46 0.86
HSL 338.4º 0.56% 0.09% -
HSV(B) 338.4º 0.71% 0.14% -
XYZ 0.92 0.62 0.69 -
YUV 18.5 128.28 139.77 -
System Red Green Blue C M Y K H S L
Decimal 35 10 19 0 0.71 0.46 0.86 338.4 0.56 0.09
Hex 23 A 13 0 47 2E 56 152 38 9
Octal 43 12 23 0 107 56 126 522 70 11
Binary 100011 1010 10011 0 1000111 101110 1010110 101010010 111000 1001

Color Harmonies of #230A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230A13

Black with #230A13

Text Example


Text Example

White with #230A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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