#23050F

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

Shades of Rustic Red #23050F

Tints of Rustic Red #23050F

Color information

#23050F (or 0x23050F) is unknown color: approx Rustic Red. HEX triplet: 23, 05 and 0F. RGB value is (35,5,15). Sum of RGB (Red+Green+Blue) = 35+5+15=55 (7% of max value = 765). Red value is 35 (14.06% from 255 or 63.64% from 55); Green value is 5 (2.34% from 255 or 9.09% from 55); Blue value is 15 (6.25% from 255 or 27.27% from 55); Max value from RGB is 35 - color contains mainly: red. Hex color #23050F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23050F is #DCFAF0. Grayscale: #0F0F0F. Windows color (decimal): -14482161 or 984355. OLE color: 984355.

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

Color convert

RGB35515-
CMYK00.860.570.86
HSL340º75%7.84%-
HSV(B)340º85.71%13.73%-
XYZ0.830.50.5-
YUV15.11127.94142.19-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 63.64%
GREEN value IS 5 (2.34% from 255) = 9.09%
BLUE value IS 15 (6.25% from 255) = 27.27%
R=63.64%
G=9.09%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3551500.860.570.86340757.84
Hex235F05639561544b8
Octal4351701267112652411310
Binary100011101111101010110111001101011010101010010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23050F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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