#23030A

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

Shades of Rustic Red #23030A

Tints of Rustic Red #23030A

Color information

#23030A (or 0x23030A) is unknown color: approx Rustic Red. HEX triplet: 23, 03 and 0A. RGB value is (35,3,10). Sum of RGB (Red+Green+Blue) = 35+3+10=48 (6% of max value = 765). Red value is 35 (14.06% from 255 or 72.92% from 48); Green value is 3 (1.56% from 255 or 6.25% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 35 - color contains mainly: red. Hex color #23030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23030A is #DCFCF5. Grayscale: #0D0D0D. Windows color (decimal): -14482678 or 656163. OLE color: 656163.

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

Color convert

RGB35310-
CMYK00.910.710.86
HSL346.88º84.21%7.45%-
HSV(B)346.88º91.43%13.73%-
XYZ0.780.440.33-
YUV13.37126.1143.43-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 72.92%
GREEN value IS 3 (1.56% from 255) = 6.25%
BLUE value IS 10 (4.30% from 255) = 20.83%
R=72.92%
G=6.25%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3531000.910.710.86346.8884.217.45
Hex233A05B475615b547
Octal4331201331071265331247
Binary10001111101001011011100011110101101010110111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23030A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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