Html Css Color HEX #BC531A Rust

📋 copy color: '#BC531A'

red 188 ◦ green 83 ◦ blue 26

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

Shades of Rust #BC531A

Tints of Rust #BC531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

 BLUE value IS 26 (10.55% from 255) = 8.75%

R = 63.3%
G = 27.95%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC531A (or 0xBC531A) is known color: Rust. HEX triplet: BC, 53 and 1A. RGB value is (188,83,26). Sum of RGB (Red+Green+Blue) = 188+83+26=297 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.30% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 188 - color contains mainly: red. Hex color #BC531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC531A is #43ACE5. Grayscale: #6C6C6C. Windows color (decimal): -4435174 or 1725372. OLE color: 1725372.

HSL color Cylindrical-coordinate representation of color #BC531A: hue angle of 21.11º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC531A is Cyan = 0, Magento = 0.56, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 26 -
CMYK 0 0.56 0.86 0.26
HSL 21.11º 0.76% 0.42% -
HSV(B) 21.11º 0.86% 0.74% -
XYZ 24.02 16.95 2.98 -
YUV 107.9 81.79 185.13 -
System Red Green Blue C M Y K H S L
Decimal 188 83 26 0 0.56 0.86 0.26 21.11 0.76 0.42
Hex BC 53 1A 0 38 56 1A 15 4C 2A
Octal 274 123 32 0 70 126 32 25 114 52
Binary 10111100 1010011 11010 0 111000 1010110 11010 10101 1001100 101010

Color Harmonies of #BC531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC531A

Black with #BC531A

Text Example


Text Example

White with #BC531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC531A; }

 p { color: rgb(188,83,26); }

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

background-color css

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

 a { background-color: rgb(188,83,26); }

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

border-color css

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

 span { border-color: rgb(188,83,26); }

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