#230712

Color #230712 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #230712

Tints of Rustic Red #230712

Color information

#230712 (or 0x230712) is unknown color: approx Rustic Red. HEX triplet: 23, 07 and 12. RGB value is (35,7,18). Sum of RGB (Red+Green+Blue) = 35+7+18=60 (7% of max value = 765). Red value is 35 (14.06% from 255 or 58.33% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 18 (7.42% from 255 or 30% from 60); Max value from RGB is 35 - color contains mainly: red. Hex color #230712 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230712 is #DCF8ED. Grayscale: #101010. Windows color (decimal): -14481646 or 1181475. OLE color: 1181475.

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

Color convert

RGB35718-
CMYK00.800.490.86
HSL336.43º66.67%8.24%-
HSV(B)336.43º80%13.73%-
XYZ0.880.550.63-
YUV16.63128.78141.11-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 58.33%
GREEN value IS 7 (3.12% from 255) = 11.67%
BLUE value IS 18 (7.42% from 255) = 30%
R=58.33%
G=11.67%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3571800.800.490.86336.4366.678.24
Hex237120503156150438
Octal4372201206112652010310
Binary1000111111001001010000110001101011010101000010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230712; }

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

 H1.HeaderClassName
 {
   color: #230712;
 }
 .AnyTagClassName
 {
   color: #230712;
 }
</style>
background-color css

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

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

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

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

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

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