#BD4B01

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

Shades of Rust #BD4B01

Tints of Rust #BD4B01

Color information

#BD4B01 (or 0xBD4B01) is unknown color: approx Rust. HEX triplet: BD, 4B and 01. RGB value is (189,75,1). Sum of RGB (Red+Green+Blue) = 189+75+1=265 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.32% from 265); Green value is 75 (29.69% from 255 or 28.30% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4B01 is #42B4FE. Grayscale: #656565. Windows color (decimal): -4371711 or 84925. OLE color: 84925.

HSL color Cylindrical-coordinate representation of color #BD4B01: hue angle of 23.62º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BD4B01 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB189751-
CMYK00.600.990.26
HSL23.62º98.95%37.25%-
HSV(B)23.62º99.47%74.12%-
XYZ23.5115.851.85-
YUV100.6571.77191.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 71.32%
GREEN value IS 75 (29.69% from 255) = 28.30%
BLUE value IS 1 (0.78% from 255) = 0.38%
R=71.32%
G=28.30%
B=0.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.99
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18975100.600.990.2623.6298.9537.25
HexBD4B103C631A186325
Octal2751131074143323014345
Binary10111101100101110111100110001111010110001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B01; }

 p { color: rgb(189,75,1); }

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

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

 a { background-color: rgb(189,75,1); }

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

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

 span { border-color: rgb(189,75,1); }

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