#230309

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

Shades of Rustic Red #230309

Tints of Rustic Red #230309

Color information

#230309 (or 0x230309) is unknown color: approx Rustic Red. HEX triplet: 23, 03 and 09. RGB value is (35,3,9). Sum of RGB (Red+Green+Blue) = 35+3+9=47 (6% of max value = 765). Red value is 35 (14.06% from 255 or 74.47% from 47); Green value is 3 (1.56% from 255 or 6.38% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 35 - color contains mainly: red. Hex color #230309 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230309 is #DCFCF6. Grayscale: #0D0D0D. Windows color (decimal): -14482679 or 590627. OLE color: 590627.

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

Color convert

RGB3539-
CMYK00.910.740.86
HSL348.75º84.21%7.45%-
HSV(B)348.75º91.43%13.73%-
XYZ0.780.440.3-
YUV13.25125.6143.51-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 74.47%
GREEN value IS 3 (1.56% from 255) = 6.38%
BLUE value IS 9 (3.91% from 255) = 19.15%
R=74.47%
G=6.38%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.74
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353900.910.740.86348.7584.217.45
Hex233905B4A5615d547
Octal4331101331121265351247
Binary10001111100101011011100101010101101010111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230309; }

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

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

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

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

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

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

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

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