#230308

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

Shades of Rustic Red #230308

Tints of Rustic Red #230308

Color information

#230308 (or 0x230308) is unknown color: approx Rustic Red. HEX triplet: 23, 03 and 08. RGB value is (35,3,8). Sum of RGB (Red+Green+Blue) = 35+3+8=46 (6% of max value = 765). Red value is 35 (14.06% from 255 or 76.09% from 46); Green value is 3 (1.56% from 255 or 6.52% from 46); Blue value is 8 (3.52% from 255 or 17.39% from 46); Max value from RGB is 35 - color contains mainly: red. Hex color #230308 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230308 is #DCFCF7. Grayscale: #0D0D0D. Windows color (decimal): -14482680 or 525091. OLE color: 525091.

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

Color convert

RGB3538-
CMYK00.910.770.86
HSL350.62º84.21%7.45%-
HSV(B)350.62º91.43%13.73%-
XYZ0.770.440.27-
YUV13.14125.1143.59-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 76.09%
GREEN value IS 3 (1.56% from 255) = 6.52%
BLUE value IS 8 (3.52% from 255) = 17.39%
R=76.09%
G=6.52%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal353800.910.770.86350.6284.217.45
Hex233805B4D5615f547
Octal4331001331151265371247
Binary10001111100001011011100110110101101010111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230308; }

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

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

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

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

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

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

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

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