#B74121

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

Shades of Rust #B74121

Tints of Rust #B74121

Color information

#B74121 (or 0xB74121) is unknown color: approx Rust. HEX triplet: B7, 41 and 21. RGB value is (183,65,33). Sum of RGB (Red+Green+Blue) = 183+65+33=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 33 (13.28% from 255 or 11.74% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B74121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74121 is #48BEDE. Grayscale: #606060. Windows color (decimal): -4767455 or 2179511. OLE color: 2179511.

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

Color convert

RGB1836533-
CMYK00.640.820.28
HSL12.8º69.44%42.35%-
HSV(B)12.8º81.97%71.76%-
XYZ21.6913.962.99-
YUV96.6392.09189.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.12%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 33 (13.28% from 255) = 11.74%
R=65.12%
G=23.13%
B=11.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.82
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183653300.640.820.2812.869.4442.35
HexB74121040521Cd452a
Octal267101410100122341510552
Binary1011011110000011000010100000010100101110011011000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74121; }

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

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

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

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

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

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

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

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