Html Css Color HEX #BD4501 Rust

📋 copy color: '#BD4501'

red 189 ◦ green 69 ◦ blue 1

#BD4501
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #BD4501

Tints of Rust #BD4501

RGB

 RED value IS 189 (74.22% from 255) = 72.97%

 GREEN value IS 69 (27.34% from 255) = 26.64%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 72.97%
G = 26.64%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BD4501 (or 0xBD4501) is known color: Rust. HEX triplet: BD, 45 and 01. RGB value is (189,69,1). Sum of RGB (Red+Green+Blue) = 189+69+1=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 1 (0.78% from 255 or 0.39% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4501 is #42BAFE. Grayscale: #616161. Windows color (decimal): -4373247 or 83389. OLE color: 83389.

HSL color Cylindrical-coordinate representation of color #BD4501: hue angle of 21.7º 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 #BD4501 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 69 1 -
CMYK 0 0.63 0.99 0.26
HSL 21.7º 0.99% 0.37% -
HSV(B) 21.7º 0.99% 0.74% -
XYZ 23.12 15.08 1.72 -
YUV 97.13 73.76 193.53 -
System Red Green Blue C M Y K H S L
Decimal 189 69 1 0 0.63 0.99 0.26 21.7 0.99 0.37
Hex BD 45 1 0 3F 63 1A 16 63 25
Octal 275 105 1 0 77 143 32 26 143 45
Binary 10111101 1000101 1 0 111111 1100011 11010 10110 1100011 100101

Color Harmonies of #BD4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4501

Black with #BD4501

Text Example


Text Example

White with #BD4501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4501; }

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

 H1.HeaderClassName
 {
   color: #BD4501;
 }
 .AnyTagClassName
 {
   color: #BD4501;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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