Html Css Color HEX #BD4503 Rust

📋 copy color: '#BD4503'

red 189 ◦ green 69 ◦ blue 3

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

Shades of Rust #BD4503

Tints of Rust #BD4503

RGB

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

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

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

R = 72.41%
G = 26.44%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD4503 (or 0xBD4503) is known color: Rust. HEX triplet: BD, 45 and 03. RGB value is (189,69,3). Sum of RGB (Red+Green+Blue) = 189+69+3=261 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.41% from 261); Green value is 69 (27.34% from 255 or 26.44% from 261); Blue value is 3 (1.56% from 255 or 1.15% from 261); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4503 is #42BAFC. Grayscale: #616161. Windows color (decimal): -4373245 or 214461. OLE color: 214461.

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

Color convert

RGB 189 69 3 -
CMYK 0 0.63 0.98 0.26
HSL 21.29º 0.97% 0.38% -
HSV(B) 21.29º 0.98% 0.74% -
XYZ 23.13 15.08 1.78 -
YUV 97.36 74.76 193.37 -
System Red Green Blue C M Y K H S L
Decimal 189 69 3 0 0.63 0.98 0.26 21.29 0.97 0.38
Hex BD 45 3 0 3F 62 1A 15 61 26
Octal 275 105 3 0 77 142 32 25 141 46
Binary 10111101 1000101 11 0 111111 1100010 11010 10101 1100001 100110

Color Harmonies of #BD4503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4503

Black with #BD4503

Text Example


Text Example

White with #BD4503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4503; }

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

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

background-color css

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

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

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

border-color css

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

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

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