Html Css Color HEX #BC4521 Rust

📋 copy color: '#BC4521'

red 188 ◦ green 69 ◦ blue 33

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

Shades of Rust #BC4521

Tints of Rust #BC4521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 64.83%
G = 23.79%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BC4521 (or 0xBC4521) is known color: Rust. HEX triplet: BC, 45 and 21. RGB value is (188,69,33). Sum of RGB (Red+Green+Blue) = 188+69+33=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4521 is #43BADE. Grayscale: #646464. Windows color (decimal): -4438751 or 2180540. OLE color: 2180540.

HSL color Cylindrical-coordinate representation of color #BC4521: hue angle of 13.94º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC4521 is Cyan = 0, Magento = 0.63, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 69 33 -
CMYK 0 0.63 0.82 0.26
HSL 13.94º 0.7% 0.43% -
HSV(B) 13.94º 0.82% 0.74% -
XYZ 23.14 15.06 3.13 -
YUV 100.48 89.92 190.43 -
System Red Green Blue C M Y K H S L
Decimal 188 69 33 0 0.63 0.82 0.26 13.94 0.7 0.43
Hex BC 45 21 0 3F 52 1A E 46 2B
Octal 274 105 41 0 77 122 32 16 106 53
Binary 10111100 1000101 100001 0 111111 1010010 11010 1110 1000110 101011

Color Harmonies of #BC4521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4521

Black with #BC4521

Text Example


Text Example

White with #BC4521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4521; }

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

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

background-color css

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

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

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

border-color css

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

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

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