Html Css Color HEX #BD4A00 Rust

📋 copy color: '#BD4A00'

red 189 ◦ green 74 ◦ blue 0

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

Shades of Rust #BD4A00

Tints of Rust #BD4A00

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.86%
G = 28.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BD4A00 (or 0xBD4A00) is known color: Rust. HEX triplet: BD, 4A and 00. RGB value is (189,74,0). Sum of RGB (Red+Green+Blue) = 189+74+0=263 (34% of max value = 765). Red value is 189 (74.22% from 255 or 71.86% from 263); Green value is 74 (29.30% from 255 or 28.14% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A00 is #42B5FF. Grayscale: #646464. Windows color (decimal): -4371968 or 19133. OLE color: 19133.

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

Color convert

RGB 189 74 0 -
CMYK 0 0.61 1 0.26
HSL 23.49º 1% 0.37% -
HSV(B) 23.49º 1% 0.74% -
XYZ 23.44 15.72 1.8 -
YUV 99.95 71.6 191.52 -
System Red Green Blue C M Y K H S L
Decimal 189 74 0 0 0.61 1 0.26 23.49 1 0.37
Hex BD 4A 0 0 3D 64 1A 17 64 25
Octal 275 112 0 0 75 144 32 27 144 45
Binary 10111101 1001010 0 0 111101 1100100 11010 10111 1100100 100101

Color Harmonies of #BD4A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A00

Black with #BD4A00

Text Example


Text Example

White with #BD4A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A00; }

 p { color: rgb(189,74,0); }

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

background-color css

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

 a { background-color: rgb(189,74,0); }

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

border-color css

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

 span { border-color: rgb(189,74,0); }

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