Html Css Color HEX #230512 Rustic Red

📋 copy color: '#230512'

red 35 ◦ green 5 ◦ blue 18

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

Shades of Rustic Red #230512

Tints of Rustic Red #230512

RGB

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

 GREEN value IS 5 (2.34% from 255) = 8.62%

 BLUE value IS 18 (7.42% from 255) = 31.03%

R = 60.34%
G = 8.62%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#230512 (or 0x230512) is known color: Rustic Red. HEX triplet: 23, 05 and 12. RGB value is (35,5,18). Sum of RGB (Red+Green+Blue) = 35+5+18=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 18 (7.42% from 255 or 31.03% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230512 is #DCFAED. Grayscale: #0F0F0F. Windows color (decimal): -14482158 or 1180963. OLE color: 1180963.

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

Color convert

RGB 35 5 18 -
CMYK 0 0.86 0.49 0.86
HSL 334º 0.75% 0.08% -
HSV(B) 334º 0.86% 0.14% -
XYZ 0.86 0.51 0.63 -
YUV 15.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 35 5 18 0 0.86 0.49 0.86 334 0.75 0.08
Hex 23 5 12 0 56 31 56 14E 4B 8
Octal 43 5 22 0 126 61 126 516 113 10
Binary 100011 101 10010 0 1010110 110001 1010110 101001110 1001011 1000

Color Harmonies of #230512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230512

Black with #230512

Text Example


Text Example

White with #230512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #230512; }

 p { color: rgb(35,5,18); }

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

background-color css

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

 a { background-color: rgb(35,5,18); }

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

border-color css

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

 span { border-color: rgb(35,5,18); }

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