#BF3A0A

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

Shades of Rust #BF3A0A

Tints of Rust #BF3A0A

Color information

#BF3A0A (or 0xBF3A0A) is unknown color: approx Rust. HEX triplet: BF, 3A and 0A. RGB value is (191,58,10). Sum of RGB (Red+Green+Blue) = 191+58+10=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 58 (23.05% from 255 or 22.39% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF3A0A is #40C5F5. Grayscale: #5C5C5C. Windows color (decimal): -4244982 or 670399. OLE color: 670399.

HSL color Cylindrical-coordinate representation of color #BF3A0A: hue angle of 15.91º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF3A0A is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB1915810-
CMYK00.700.950.25
HSL15.91º90.05%39.41%-
HSV(B)15.91º94.76%74.9%-
XYZ23.0514.121.8-
YUV92.381.56198.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 73.75%
GREEN value IS 58 (23.05% from 255) = 22.39%
BLUE value IS 10 (4.30% from 255) = 3.86%
R=73.75%
G=22.39%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.95
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191581000.700.950.2515.9190.0539.41
HexBF3AA0465F19105a27
Octal27772120106137312013247
Binary10111111111010101001000110101111111001100001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3A0A; }

 p { color: rgb(191,58,10); }

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

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

 a { background-color: rgb(191,58,10); }

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

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

 span { border-color: rgb(191,58,10); }

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