Html Css Color HEX #BD4C03 Rust

📋 copy color: '#BD4C03'

red 189 ◦ green 76 ◦ blue 3

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

Shades of Rust #BD4C03

Tints of Rust #BD4C03

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.36%

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

R = 70.52%
G = 28.36%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD4C03 (or 0xBD4C03) is known color: Rust. HEX triplet: BD, 4C and 03. RGB value is (189,76,3). Sum of RGB (Red+Green+Blue) = 189+76+3=268 (35% of max value = 765). Red value is 189 (74.22% from 255 or 70.52% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 3 (1.56% from 255 or 1.12% from 268); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD4C03 is #42B3FC. Grayscale: #656565. Windows color (decimal): -4371453 or 216253. OLE color: 216253.

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

Color convert

RGB 189 76 3 -
CMYK 0 0.60 0.98 0.26
HSL 23.55º 0.97% 0.38% -
HSV(B) 23.55º 0.98% 0.74% -
XYZ 23.59 15.99 1.93 -
YUV 101.47 72.44 190.44 -
System Red Green Blue C M Y K H S L
Decimal 189 76 3 0 0.60 0.98 0.26 23.55 0.97 0.38
Hex BD 4C 3 0 3C 62 1A 18 61 26
Octal 275 114 3 0 74 142 32 30 141 46
Binary 10111101 1001100 11 0 111100 1100010 11010 11000 1100001 100110

Color Harmonies of #BD4C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4C03

Black with #BD4C03

Text Example


Text Example

White with #BD4C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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