#23020F

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

Shades of Rustic Red #23020F

Tints of Rustic Red #23020F

Color information

#23020F (or 0x23020F) is unknown color: approx Rustic Red. HEX triplet: 23, 02 and 0F. RGB value is (35,2,15). Sum of RGB (Red+Green+Blue) = 35+2+15=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #23020F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23020F is #DCFDF0. Grayscale: #0D0D0D. Windows color (decimal): -14482929 or 983587. OLE color: 983587.

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

Color convert

RGB35215-
CMYK00.940.570.86
HSL336.36º89.19%7.25%-
HSV(B)336.36º94.29%13.73%-
XYZ0.80.440.49-
YUV13.35128.93143.44-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 67.31%
GREEN value IS 2 (1.17% from 255) = 3.85%
BLUE value IS 15 (6.25% from 255) = 28.85%
R=67.31%
G=3.85%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.57
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3521500.940.570.86336.3689.197.25
Hex232F05E3956150597
Octal432170136711265201317
Binary1000111011110101111011100110101101010100001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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