Html Css Color HEX #230A0D Rustic Red

📋 copy color: '#230A0D'

red 35 ◦ green 10 ◦ blue 13

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

Shades of Rustic Red #230A0D

Tints of Rustic Red #230A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 22.41%

R = 60.34%
G = 17.24%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.86

RGB Variations

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

Color information

#230A0D (or 0x230A0D) is known color: Rustic Red. HEX triplet: 23, 0A and 0D. RGB value is (35,10,13). Sum of RGB (Red+Green+Blue) = 35+10+13=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 10 (4.30% from 255 or 17.24% from 58); Blue value is 13 (5.47% from 255 or 22.41% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230A0D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230A0D is #DCF5F2. Grayscale: #111111. Windows color (decimal): -14480883 or 854563. OLE color: 854563.

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

Color convert

RGB 35 10 13 -
CMYK 0 0.71 0.63 0.86
HSL 352.8º 0.56% 0.09% -
HSV(B) 352.8º 0.71% 0.14% -
XYZ 0.87 0.6 0.45 -
YUV 17.82 125.28 140.26 -
System Red Green Blue C M Y K H S L
Decimal 35 10 13 0 0.71 0.63 0.86 352.8 0.56 0.09
Hex 23 A D 0 47 3F 56 161 38 9
Octal 43 12 15 0 107 77 126 541 70 11
Binary 100011 1010 1101 0 1000111 111111 1010110 101100001 111000 1001

Color Harmonies of #230A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230A0D

Black with #230A0D

Text Example


Text Example

White with #230A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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