#230809

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

Shades of Rustic Red #230809

Tints of Rustic Red #230809

Color information

#230809 (or 0x230809) is unknown color: approx Rustic Red. HEX triplet: 23, 08 and 09. RGB value is (35,8,9). Sum of RGB (Red+Green+Blue) = 35+8+9=52 (6% of max value = 765). Red value is 35 (14.06% from 255 or 67.31% from 52); Green value is 8 (3.52% from 255 or 15.38% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 35 - color contains mainly: red. Hex color #230809 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230809 is #DCF7F6. Grayscale: #101010. Windows color (decimal): -14481399 or 591907. OLE color: 591907.

HSL color Cylindrical-coordinate representation of color #230809: hue angle of 357.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 #230809 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.86.

Color convert

RGB3589-
CMYK00.770.740.86
HSL357.78º62.79%8.43%-
HSV(B)357.78º77.14%13.73%-
XYZ0.830.550.32-
YUV16.19123.95141.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 67.31%
GREEN value IS 8 (3.52% from 255) = 15.38%
BLUE value IS 9 (3.91% from 255) = 17.31%
R=67.31%
G=15.38%
B=17.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal358900.770.740.86357.7862.798.43
Hex238904D4A561663f8
Octal43101101151121265467710
Binary1000111000100101001101100101010101101011001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230809; }

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

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

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

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

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

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

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

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