#B74303

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

Shades of Rust #B74303

Tints of Rust #B74303

Color information

#B74303 (or 0xB74303) is unknown color: approx Rust. HEX triplet: B7, 43 and 03. RGB value is (183,67,3). Sum of RGB (Red+Green+Blue) = 183+67+3=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 3 (1.56% from 255 or 1.19% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B74303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B74303 is #48BCFC. Grayscale: #5E5E5E. Windows color (decimal): -4766973 or 213943. OLE color: 213943.

HSL color Cylindrical-coordinate representation of color #B74303: hue angle of 21.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B74303 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.28.

Color convert

RGB183673-
CMYK00.630.980.28
HSL21.33º96.77%36.47%-
HSV(B)21.33º98.36%71.76%-
XYZ21.5514.091.67-
YUV94.3976.43191.2-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.33%
GREEN value IS 67 (26.56% from 255) = 26.48%
BLUE value IS 3 (1.56% from 255) = 1.19%
R=72.33%
G=26.48%
B=1.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18367300.630.980.2821.3396.7736.47
HexB743303F621C156124
Octal2671033077142342514144
Binary101101111000011110111111110001011100101011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74303; }

 p { color: rgb(183,67,3); }

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

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

 a { background-color: rgb(183,67,3); }

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

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

 span { border-color: rgb(183,67,3); }

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