#B9430C

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

Shades of Rust #B9430C

Tints of Rust #B9430C

Color information

#B9430C (or 0xB9430C) is unknown color: approx Rust. HEX triplet: B9, 43 and 0C. RGB value is (185,67,12). Sum of RGB (Red+Green+Blue) = 185+67+12=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 12 (5.08% from 255 or 4.55% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B9430C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B9430C is #46BCF3. Grayscale: #606060. Windows color (decimal): -4635892 or 803769. OLE color: 803769.

HSL color Cylindrical-coordinate representation of color #B9430C: hue angle of 19.08º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B9430C is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB1856712-
CMYK00.640.940.27
HSL19.08º87.82%38.63%-
HSV(B)19.08º93.51%72.55%-
XYZ22.0814.361.95-
YUV96.0180.59191.47-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 70.08%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 12 (5.08% from 255) = 4.55%
R=70.08%
G=25.38%
B=4.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185671200.640.940.2719.0887.8238.63
HexB943C0405E1B135827
Octal271103140100136332313047
Binary101110011000011110001000000101111011011100111011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9430C; }

 p { color: rgb(185,67,12); }

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

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

 a { background-color: rgb(185,67,12); }

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

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

 span { border-color: rgb(185,67,12); }

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