Html Css Color HEX #230C12 Rustic Red

📋 copy color: '#230C12'

red 35 ◦ green 12 ◦ blue 18

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

Shades of Rustic Red #230C12

Tints of Rustic Red #230C12

RGB

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

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

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

R = 53.85%
G = 18.46%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.49

 K value IS 0.86

RGB Variations

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

Color information

#230C12 (or 0x230C12) is known color: Rustic Red. HEX triplet: 23, 0C and 12. RGB value is (35,12,18). Sum of RGB (Red+Green+Blue) = 35+12+18=65 (8% of max value = 765). Red value is 35 (14.06% from 255 or 53.85% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 18 (7.42% from 255 or 27.69% from 65); Max value from RGB is 35 - color contains mainly: red. Hex color #230C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230C12 is #DCF3ED. Grayscale: #131313. Windows color (decimal): -14480366 or 1182755. OLE color: 1182755.

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

Color convert

RGB 35 12 18 -
CMYK 0 0.66 0.49 0.86
HSL 344.35º 0.49% 0.09% -
HSV(B) 344.35º 0.66% 0.14% -
XYZ 0.93 0.66 0.65 -
YUV 19.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 35 12 18 0 0.66 0.49 0.86 344.35 0.49 0.09
Hex 23 C 12 0 42 31 56 158 31 9
Octal 43 14 22 0 102 61 126 530 61 11
Binary 100011 1100 10010 0 1000010 110001 1010110 101011000 110001 1001

Color Harmonies of #230C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #230C12

Black with #230C12

Text Example


Text Example

White with #230C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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