#B74A1A

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

Shades of Rust #B74A1A

Tints of Rust #B74A1A

Color information

#B74A1A (or 0xB74A1A) is unknown color: approx Rust. HEX triplet: B7, 4A and 1A. RGB value is (183,74,26). Sum of RGB (Red+Green+Blue) = 183+74+26=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74A1A is #48B5E5. Grayscale: #656565. Windows color (decimal): -4765158 or 1723063. OLE color: 1723063.

HSL color Cylindrical-coordinate representation of color #B74A1A: hue angle of 18.34º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B74A1A is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB1837426-
CMYK00.600.860.28
HSL18.34º75.12%40.98%-
HSV(B)18.34º85.79%71.76%-
XYZ22.1615.042.71-
YUV101.1285.61186.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.66%
GREEN value IS 74 (29.30% from 255) = 26.15%
BLUE value IS 26 (10.55% from 255) = 9.19%
R=64.66%
G=26.15%
B=9.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183742600.600.860.2818.3475.1240.98
HexB74A1A03C561C124b29
Octal26711232074126342211351
Binary101101111001010110100111100101011011100100101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74A1A; }

 p { color: rgb(183,74,26); }

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

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

 a { background-color: rgb(183,74,26); }

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

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

 span { border-color: rgb(183,74,26); }

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