#23070F

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

Shades of Rustic Red #23070F

Tints of Rustic Red #23070F

Color information

#23070F (or 0x23070F) is unknown color: approx Rustic Red. HEX triplet: 23, 07 and 0F. RGB value is (35,7,15). Sum of RGB (Red+Green+Blue) = 35+7+15=57 (7% of max value = 765). Red value is 35 (14.06% from 255 or 61.40% from 57); Green value is 7 (3.12% from 255 or 12.28% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 35 - color contains mainly: red. Hex color #23070F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23070F is #DCF8F0. Grayscale: #101010. Windows color (decimal): -14481649 or 984867. OLE color: 984867.

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

Color convert

RGB35715-
CMYK00.800.570.86
HSL342.86º66.67%8.24%-
HSV(B)342.86º80%13.73%-
XYZ0.860.540.51-
YUV16.28127.28141.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 61.40%
GREEN value IS 7 (3.12% from 255) = 12.28%
BLUE value IS 15 (6.25% from 255) = 26.32%
R=61.40%
G=12.28%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3571500.800.570.86342.8666.678.24
Hex237F0503956157438
Octal4371701207112652710310
Binary100011111111101010000111001101011010101011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23070F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #23070F; }

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

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

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

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

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

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

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

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