#230710

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

Shades of Rustic Red #230710

Tints of Rustic Red #230710

Color information

#230710 (or 0x230710) is unknown color: approx Rustic Red. HEX triplet: 23, 07 and 10. RGB value is (35,7,16). Sum of RGB (Red+Green+Blue) = 35+7+16=58 (7% of max value = 765). Red value is 35 (14.06% from 255 or 60.34% from 58); Green value is 7 (3.12% from 255 or 12.07% from 58); Blue value is 16 (6.64% from 255 or 27.59% from 58); Max value from RGB is 35 - color contains mainly: red. Hex color #230710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230710 is #DCF8EF. Grayscale: #101010. Windows color (decimal): -14481648 or 1050403. OLE color: 1050403.

HSL color Cylindrical-coordinate representation of color #230710: hue angle of 340.71º 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 #230710 is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB35716-
CMYK00.800.540.86
HSL340.71º66.67%8.24%-
HSV(B)340.71º80%13.73%-
XYZ0.860.550.55-
YUV16.4127.78141.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 60.34%
GREEN value IS 7 (3.12% from 255) = 12.07%
BLUE value IS 16 (6.64% from 255) = 27.59%
R=60.34%
G=12.07%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3571600.800.540.86340.7166.678.24
Hex237100503656155438
Octal4372001206612652510310
Binary1000111111000001010000110110101011010101010110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230710; }

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

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

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

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

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

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

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

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