#C23B00

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

Shades of Rust #C23B00

Tints of Rust #C23B00

Color information

#C23B00 (or 0xC23B00) is unknown color: approx Rust. HEX triplet: C2, 3B and 00. RGB value is (194,59,0). Sum of RGB (Red+Green+Blue) = 194+59+0=253 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.68% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C23B00 is #3DC4FF. Grayscale: #5D5D5D. Windows color (decimal): -4048128 or 15298. OLE color: 15298.

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

Color convert

RGB194590-
CMYK00.7010.24
HSL18.25º100%38.04%-
HSV(B)18.25º100%76.08%-
XYZ23.8114.61.56-
YUV92.6475.73200.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 76.68%
GREEN value IS 59 (23.44% from 255) = 23.32%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.68%
G=23.32%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19459000.7010.2418.2510038.04
HexC23B00466418126426
Octal3027300106144302214446
Binary11000010111011001000110110010011000100101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C23B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C23B00; }

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

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

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

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

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

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

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

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