#230007

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

Shades of Rustic Red #230007

Tints of Rustic Red #230007

Color information

#230007 (or 0x230007) is unknown color: approx Rustic Red. HEX triplet: 23, 00 and 07. RGB value is (35,0,7). Sum of RGB (Red+Green+Blue) = 35+0+7=42 (5% of max value = 765). Red value is 35 (14.06% from 255 or 83.33% from 42); Green value is 0 (0.39% from 255 or 0% from 42); Blue value is 7 (3.12% from 255 or 16.67% from 42); Max value from RGB is 35 - color contains mainly: red. Hex color #230007 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #230007 is #DCFFF8. Grayscale: #0B0B0B. Windows color (decimal): -14483449 or 458787. OLE color: 458787.

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

Color convert

RGB3507-
CMYK010.800.86
HSL348º100%6.86%-
HSV(B)348º100%13.73%-
XYZ0.730.370.23-
YUV11.26125.6144.93-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 83.33%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 7 (3.12% from 255) = 16.67%
R=83.33%
G=0%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.80
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal3507010.800.863481006.86
Hex2307064505615c647
Octal430701441201265341447
Binary100011011101100100101000010101101010111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #230007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #230007; }

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

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

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

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

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

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

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

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