#23020A

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

Shades of Rustic Red #23020A

Tints of Rustic Red #23020A

Color information

#23020A (or 0x23020A) is unknown color: approx Rustic Red. HEX triplet: 23, 02 and 0A. RGB value is (35,2,10). Sum of RGB (Red+Green+Blue) = 35+2+10=47 (6% of max value = 765). Red value is 35 (14.06% from 255 or 74.47% from 47); Green value is 2 (1.17% from 255 or 4.26% from 47); Blue value is 10 (4.30% from 255 or 21.28% from 47); Max value from RGB is 35 - color contains mainly: red. Hex color #23020A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23020A is #DCFDF5. Grayscale: #0C0C0C. Windows color (decimal): -14482934 or 655907. OLE color: 655907.

HSL color Cylindrical-coordinate representation of color #23020A: hue angle of 345.45º 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 #23020A is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.86.

Color convert

RGB35210-
CMYK00.940.710.86
HSL345.45º89.19%7.25%-
HSV(B)345.45º94.29%13.73%-
XYZ0.770.420.33-
YUV12.78126.43143.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 74.47%
GREEN value IS 2 (1.17% from 255) = 4.26%
BLUE value IS 10 (4.30% from 255) = 21.28%
R=74.47%
G=4.26%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3521000.940.710.86345.4589.197.25
Hex232A05E4756159597
Octal4321201361071265311317
Binary10001110101001011110100011110101101010110011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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