#B74022

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

Shades of Rust #B74022

Tints of Rust #B74022

Color information

#B74022 (or 0xB74022) is unknown color: approx Rust. HEX triplet: B7, 40 and 22. RGB value is (183,64,34). Sum of RGB (Red+Green+Blue) = 183+64+34=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B74022 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74022 is #48BFDD. Grayscale: #606060. Windows color (decimal): -4767710 or 2244791. OLE color: 2244791.

HSL color Cylindrical-coordinate representation of color #B74022: hue angle of 12.08º 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 #B74022 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.28.

Color convert

RGB1836434-
CMYK00.650.810.28
HSL12.08º68.66%42.55%-
HSV(B)12.08º81.42%71.76%-
XYZ21.6513.853.05-
YUV96.1692.92189.94-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.12%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 34 (13.67% from 255) = 12.10%
R=65.12%
G=22.78%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183643400.650.810.2812.0868.6642.55
HexB74022041511Cc452b
Octal267100420101121341410553
Binary1011011110000001000100100000110100011110011001000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74022; }

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

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

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

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

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

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

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

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