Html Css Color HEX #BC4503 Rust

📋 copy color: '#BC4503'

red 188 ◦ green 69 ◦ blue 3

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

Shades of Rust #BC4503

Tints of Rust #BC4503

RGB

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

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

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

R = 72.31%
G = 26.54%
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

#BC4503 (or 0xBC4503) is known color: Rust. HEX triplet: BC, 45 and 03. RGB value is (188,69,3). Sum of RGB (Red+Green+Blue) = 188+69+3=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4503 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4503 is #43BAFC. Grayscale: #616161. Windows color (decimal): -4438781 or 214460. OLE color: 214460.

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

Color convert

RGB 188 69 3 -
CMYK 0 0.63 0.98 0.26
HSL 21.41º 0.97% 0.37% -
HSV(B) 21.41º 0.98% 0.74% -
XYZ 22.88 14.95 1.77 -
YUV 97.06 74.92 192.87 -
System Red Green Blue C M Y K H S L
Decimal 188 69 3 0 0.63 0.98 0.26 21.41 0.97 0.37
Hex BC 45 3 0 3F 62 1A 15 61 25
Octal 274 105 3 0 77 142 32 25 141 45
Binary 10111100 1000101 11 0 111111 1100010 11010 10101 1100001 100101

Color Harmonies of #BC4503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4503

Black with #BC4503

Text Example


Text Example

White with #BC4503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4503; }

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

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

background-color css

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

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

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

border-color css

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

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

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