#23010A

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

Shades of Rustic Red #23010A

Tints of Rustic Red #23010A

Color information

#23010A (or 0x23010A) is unknown color: approx Rustic Red. HEX triplet: 23, 01 and 0A. RGB value is (35,1,10). Sum of RGB (Red+Green+Blue) = 35+1+10=46 (6% of max value = 765). Red value is 35 (14.06% from 255 or 76.09% from 46); Green value is 1 (0.78% from 255 or 2.17% from 46); Blue value is 10 (4.30% from 255 or 21.74% from 46); Max value from RGB is 35 - color contains mainly: red. Hex color #23010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23010A is #DCFEF5. Grayscale: #0C0C0C. Windows color (decimal): -14483190 or 655651. OLE color: 655651.

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

Color convert

RGB35110-
CMYK00.970.710.86
HSL344.12º94.44%7.06%-
HSV(B)344.12º97.14%13.73%-
XYZ0.760.40.32-
YUV12.19126.76144.27-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 76.09%
GREEN value IS 1 (0.78% from 255) = 2.17%
BLUE value IS 10 (4.30% from 255) = 21.74%
R=76.09%
G=2.17%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3511000.970.710.86344.1294.447.06
Hex231A06147561585e7
Octal4311201411071265301367
Binary1000111101001100001100011110101101010110001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23010A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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