#230812

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

Shades of Rustic Red #230812

Tints of Rustic Red #230812

Color information

#230812 (or 0x230812) is unknown color: approx Rustic Red. HEX triplet: 23, 08 and 12. RGB value is (35,8,18). Sum of RGB (Red+Green+Blue) = 35+8+18=61 (8% of max value = 765). Red value is 35 (14.06% from 255 or 57.38% from 61); Green value is 8 (3.52% from 255 or 13.11% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 35 - color contains mainly: red. Hex color #230812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230812 is #DCF7ED. Grayscale: #111111. Windows color (decimal): -14481390 or 1181731. OLE color: 1181731.

HSL color Cylindrical-coordinate representation of color #230812: hue angle of 337.78º degrees, saturation: 0.63, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #230812 is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB35818-
CMYK00.770.490.86
HSL337.78º62.79%8.43%-
HSV(B)337.78º77.14%13.73%-
XYZ0.890.570.64-
YUV17.21128.45140.69-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 57.38%
GREEN value IS 8 (3.52% from 255) = 13.11%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=57.38%
G=13.11%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3581800.770.490.86337.7862.798.43
Hex2381204D31561523f8
Octal4310220115611265227710
Binary1000111000100100100110111000110101101010100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230812; }

 p { color: rgb(35,8,18); }

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

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

 a { background-color: rgb(35,8,18); }

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

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

 span { border-color: rgb(35,8,18); }

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