Html Css Color HEX #230C13 Rustic Red

📋 copy color: '#230C13'

red 35 ◦ green 12 ◦ blue 19

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

Shades of Rustic Red #230C13

Tints of Rustic Red #230C13

RGB

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

 GREEN value IS 12 (5.08% from 255) = 18.18%

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

R = 53.03%
G = 18.18%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.86

RGB Variations

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

Color information

#230C13 (or 0x230C13) is known color: Rustic Red. HEX triplet: 23, 0C and 13. RGB value is (35,12,19). Sum of RGB (Red+Green+Blue) = 35+12+19=66 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.03% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 19 (7.81% from 255 or 28.79% from 66); Max value from RGB is 35 - color contains mainly: red. Hex color #230C13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C13 is #DCF3EC. Grayscale: #131313. Windows color (decimal): -14480365 or 1248291. OLE color: 1248291.

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

Color convert

RGB 35 12 19 -
CMYK 0 0.66 0.46 0.86
HSL 341.74º 0.49% 0.09% -
HSV(B) 341.74º 0.66% 0.14% -
XYZ 0.94 0.67 0.7 -
YUV 19.68 127.62 138.93 -
System Red Green Blue C M Y K H S L
Decimal 35 12 19 0 0.66 0.46 0.86 341.74 0.49 0.09
Hex 23 C 13 0 42 2E 56 156 31 9
Octal 43 14 23 0 102 56 126 526 61 11
Binary 100011 1100 10011 0 1000010 101110 1010110 101010110 110001 1001

Color Harmonies of #230C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C13

Black with #230C13

Text Example


Text Example

White with #230C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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