Html Css Color HEX #BC4903 Rust

📋 copy color: '#BC4903'

red 188 ◦ green 73 ◦ blue 3

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

Shades of Rust #BC4903

Tints of Rust #BC4903

RGB

 RED value IS 188 (73.83% from 255) = 71.21%

 GREEN value IS 73 (28.91% from 255) = 27.65%

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

R = 71.21%
G = 27.65%
B = 1.14%

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

#BC4903 (or 0xBC4903) is known color: Rust. HEX triplet: BC, 49 and 03. RGB value is (188,73,3). Sum of RGB (Red+Green+Blue) = 188+73+3=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 73 (28.91% from 255 or 27.65% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4903 is #43B6FC. Grayscale: #636363. Windows color (decimal): -4437757 or 215484. OLE color: 215484.

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

Color convert

RGB 188 73 3 -
CMYK 0 0.61 0.98 0.26
HSL 22.7º 0.97% 0.37% -
HSV(B) 22.7º 0.98% 0.74% -
XYZ 23.14 15.46 1.85 -
YUV 99.41 73.6 191.19 -
System Red Green Blue C M Y K H S L
Decimal 188 73 3 0 0.61 0.98 0.26 22.7 0.97 0.37
Hex BC 49 3 0 3D 62 1A 17 61 25
Octal 274 111 3 0 75 142 32 27 141 45
Binary 10111100 1001001 11 0 111101 1100010 11010 10111 1100001 100101

Color Harmonies of #BC4903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4903

Black with #BC4903

Text Example


Text Example

White with #BC4903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4903; }

 p { color: rgb(188,73,3); }

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

background-color css

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

 a { background-color: rgb(188,73,3); }

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

border-color css

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

 span { border-color: rgb(188,73,3); }

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