#230008

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

Shades of Rustic Red #230008

Tints of Rustic Red #230008

Color information

#230008 (or 0x230008) is unknown color: approx Rustic Red. HEX triplet: 23, 00 and 08. RGB value is (35,0,8). Sum of RGB (Red+Green+Blue) = 35+0+8=43 (5% of max value = 765). Red value is 35 (14.06% from 255 or 81.40% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 8 (3.52% from 255 or 18.60% from 43); Max value from RGB is 35 - color contains mainly: red. Hex color #230008 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230008 is #DCFFF7. Grayscale: #0B0B0B. Windows color (decimal): -14483448 or 524323. OLE color: 524323.

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

Color convert

RGB3508-
CMYK010.770.86
HSL346.29º100%6.86%-
HSV(B)346.29º100%13.73%-
XYZ0.740.370.26-
YUV11.38126.1144.85-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 81.40%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 8 (3.52% from 255) = 18.60%
R=81.40%
G=0%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3508010.770.86346.291006.86
Hex23080644D5615a647
Octal4301001441151265321447
Binary1000110100001100100100110110101101010110101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230008; }

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

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

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

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

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

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

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

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