#B74122

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

Shades of Rust #B74122

Tints of Rust #B74122

Color information

#B74122 (or 0xB74122) is unknown color: approx Rust. HEX triplet: B7, 41 and 22. RGB value is (183,65,34). Sum of RGB (Red+Green+Blue) = 183+65+34=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 34 (13.67% from 255 or 12.06% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B74122 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74122 is #48BEDD. Grayscale: #606060. Windows color (decimal): -4767454 or 2245047. OLE color: 2245047.

HSL color Cylindrical-coordinate representation of color #B74122: hue angle of 12.48º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B74122 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB1836534-
CMYK00.640.810.28
HSL12.48º68.66%42.55%-
HSV(B)12.48º81.42%71.76%-
XYZ21.7113.963.06-
YUV96.7592.59189.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 64.89%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 34 (13.67% from 255) = 12.06%
R=64.89%
G=23.05%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183653400.640.810.2812.4868.6642.55
HexB74122040511Cc452b
Octal267101420100121341410553
Binary1011011110000011000100100000010100011110011001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74122; }

 p { color: rgb(183,65,34); }

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

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

 a { background-color: rgb(183,65,34); }

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

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

 span { border-color: rgb(183,65,34); }

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