#230006

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

Shades of Rustic Red #230006

Tints of Rustic Red #230006

Color information

#230006 (or 0x230006) is unknown color: approx Rustic Red. HEX triplet: 23, 00 and 06. RGB value is (35,0,6). Sum of RGB (Red+Green+Blue) = 35+0+6=41 (5% of max value = 765). Red value is 35 (14.06% from 255 or 85.37% from 41); Green value is 0 (0.39% from 255 or 0% from 41); Blue value is 6 (2.73% from 255 or 14.63% from 41); Max value from RGB is 35 - color contains mainly: red. Hex color #230006 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230006 is #DCFFF9. Grayscale: #0B0B0B. Windows color (decimal): -14483450 or 393251. OLE color: 393251.

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

Color convert

RGB3506-
CMYK010.830.86
HSL349.71º100%6.86%-
HSV(B)349.71º100%13.73%-
XYZ0.730.370.21-
YUV11.15125.1145.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 85.37%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 6 (2.73% from 255) = 14.63%
R=85.37%
G=0%
B=14.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.83
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3506010.830.86349.711006.86
Hex2306064535615e647
Octal430601441231265361447
Binary100011011001100100101001110101101010111101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230006; }

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

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

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

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

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

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

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

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