#23000F

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

Shades of Rustic Red #23000F

Tints of Rustic Red #23000F

Color information

#23000F (or 0x23000F) is unknown color: approx Rustic Red. HEX triplet: 23, 00 and 0F. RGB value is (35,0,15). Sum of RGB (Red+Green+Blue) = 35+0+15=50 (6% of max value = 765). Red value is 35 (14.06% from 255 or 70% from 50); Green value is 0 (0.39% from 255 or 0% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 35 - color contains mainly: red. Hex color #23000F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23000F is #DCFFF0. Grayscale: #0C0C0C. Windows color (decimal): -14483441 or 983075. OLE color: 983075.

HSL color Cylindrical-coordinate representation of color #23000F: hue angle of 334.29º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 1%. Process color model (Four color, CMYK) of #23000F is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.86.

Color convert

RGB35015-
CMYK010.570.86
HSL334.29º100%6.86%-
HSV(B)334.29º100%13.73%-
XYZ0.780.390.49-
YUV12.18129.6144.28-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 70%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 15 (6.25% from 255) = 30%
R=70%
G=0%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal35015010.570.86334.291006.86
Hex230F064395614e647
Octal430170144711265161447
Binary100011011110110010011100110101101010011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23000F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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