#C23B0B

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

Shades of Rust #C23B0B

Tints of Rust #C23B0B

Color information

#C23B0B (or 0xC23B0B) is unknown color: approx Rust. HEX triplet: C2, 3B and 0B. RGB value is (194,59,11). Sum of RGB (Red+Green+Blue) = 194+59+11=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 11 (4.69% from 255 or 4.17% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23B0B is #3DC4F4. Grayscale: #5E5E5E. Windows color (decimal): -4048117 or 736194. OLE color: 736194.

HSL color Cylindrical-coordinate representation of color #C23B0B: hue angle of 15.74º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C23B0B is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB1945911-
CMYK00.700.940.24
HSL15.74º89.27%40.2%-
HSV(B)15.74º94.33%76.08%-
XYZ23.8714.621.88-
YUV93.8981.23199.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 73.48%
GREEN value IS 59 (23.44% from 255) = 22.35%
BLUE value IS 11 (4.69% from 255) = 4.17%
R=73.48%
G=22.35%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.94
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194591100.700.940.2415.7489.2740.2
HexC23BB0465E18105928
Octal30273130106136302013150
Binary11000010111011101101000110101111011000100001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B0B; }

 p { color: rgb(194,59,11); }

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

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

 a { background-color: rgb(194,59,11); }

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

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

 span { border-color: rgb(194,59,11); }

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