#23040A

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

Shades of Rustic Red #23040A

Tints of Rustic Red #23040A

Color information

#23040A (or 0x23040A) is unknown color: approx Rustic Red. HEX triplet: 23, 04 and 0A. RGB value is (35,4,10). Sum of RGB (Red+Green+Blue) = 35+4+10=49 (6% of max value = 765). Red value is 35 (14.06% from 255 or 71.43% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 10 (4.30% from 255 or 20.41% from 49); Max value from RGB is 35 - color contains mainly: red. Hex color #23040A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #23040A is #DCFBF5. Grayscale: #0D0D0D. Windows color (decimal): -14482422 or 656419. OLE color: 656419.

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

Color convert

RGB35410-
CMYK00.890.710.86
HSL348.39º79.49%7.65%-
HSV(B)348.39º88.57%13.73%-
XYZ0.790.470.34-
YUV13.95125.77143.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 71.43%
GREEN value IS 4 (1.95% from 255) = 8.16%
BLUE value IS 10 (4.30% from 255) = 20.41%
R=71.43%
G=8.16%
B=20.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.71
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3541000.890.710.86348.3979.497.65
Hex234A059475615c4f8
Octal43412013110712653411710
Binary1000111001010010110011000111101011010101110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23040A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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