Html Css Color HEX #BD4A03 Rust

📋 copy color: '#BD4A03'

red 189 ◦ green 74 ◦ blue 3

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

Shades of Rust #BD4A03

Tints of Rust #BD4A03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.13%

R = 71.05%
G = 27.82%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD4A03 (or 0xBD4A03) is known color: Rust. HEX triplet: BD, 4A and 03. RGB value is (189,74,3). Sum of RGB (Red+Green+Blue) = 189+74+3=266 (35% of max value = 765). Red value is 189 (74.22% from 255 or 71.05% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 3 (1.56% from 255 or 1.13% from 266); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4A03 is #42B5FC. Grayscale: #646464. Windows color (decimal): -4371965 or 215741. OLE color: 215741.

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

Color convert

RGB 189 74 3 -
CMYK 0 0.61 0.98 0.26
HSL 22.9º 0.97% 0.38% -
HSV(B) 22.9º 0.98% 0.74% -
XYZ 23.45 15.72 1.88 -
YUV 100.29 73.1 191.27 -
System Red Green Blue C M Y K H S L
Decimal 189 74 3 0 0.61 0.98 0.26 22.9 0.97 0.38
Hex BD 4A 3 0 3D 62 1A 17 61 26
Octal 275 112 3 0 75 142 32 27 141 46
Binary 10111101 1001010 11 0 111101 1100010 11010 10111 1100001 100110

Color Harmonies of #BD4A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4A03

Black with #BD4A03

Text Example


Text Example

White with #BD4A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4A03; }

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

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

background-color css

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

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

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

border-color css

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

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

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