#B64C0A

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

Shades of Rust #B64C0A

Tints of Rust #B64C0A

Color information

#B64C0A (or 0xB64C0A) is unknown color: approx Rust. HEX triplet: B6, 4C and 0A. RGB value is (182,76,10). Sum of RGB (Red+Green+Blue) = 182+76+10=268 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.91% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 10 (4.30% from 255 or 3.73% from 268); Max value from RGB is 182 - color contains mainly: red. Hex color #B64C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B64C0A is #49B3F5. Grayscale: #646464. Windows color (decimal): -4830198 or 674998. OLE color: 674998.

HSL color Cylindrical-coordinate representation of color #B64C0A: hue angle of 23.02º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B64C0A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB1827610-
CMYK00.580.950.29
HSL23.02º89.58%37.65%-
HSV(B)23.02º94.51%71.37%-
XYZ21.9315.142.05-
YUV100.1777.12186.37-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 67.91%
GREEN value IS 76 (30.08% from 255) = 28.36%
BLUE value IS 10 (4.30% from 255) = 3.73%
R=67.91%
G=28.36%
B=3.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182761000.580.950.2923.0289.5837.65
HexB64CA03A5F1D175a26
Octal26611412072137352713246
Binary10110110100110010100111010101111111101101111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64C0A; }

 p { color: rgb(182,76,10); }

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

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

 a { background-color: rgb(182,76,10); }

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

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

 span { border-color: rgb(182,76,10); }

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