Html Css Color HEX #BC5213 Rust

📋 copy color: '#BC5213'

red 188 ◦ green 82 ◦ blue 19

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

Shades of Rust #BC5213

Tints of Rust #BC5213

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.37%

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 65.05%
G = 28.37%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BC5213 (or 0xBC5213) is known color: Rust. HEX triplet: BC, 52 and 13. RGB value is (188,82,19). Sum of RGB (Red+Green+Blue) = 188+82+19=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5213 is #43ADEC. Grayscale: #6A6A6A. Windows color (decimal): -4435437 or 1266364. OLE color: 1266364.

HSL color Cylindrical-coordinate representation of color #BC5213: hue angle of 22.37º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC5213 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 82 19 -
CMYK 0 0.56 0.90 0.26
HSL 22.37º 0.82% 0.41% -
HSV(B) 22.37º 0.9% 0.74% -
XYZ 23.87 16.77 2.6 -
YUV 106.51 78.62 186.12 -
System Red Green Blue C M Y K H S L
Decimal 188 82 19 0 0.56 0.90 0.26 22.37 0.82 0.41
Hex BC 52 13 0 38 5A 1A 16 52 29
Octal 274 122 23 0 70 132 32 26 122 51
Binary 10111100 1010010 10011 0 111000 1011010 11010 10110 1010010 101001

Color Harmonies of #BC5213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5213

Black with #BC5213

Text Example


Text Example

White with #BC5213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5213; }

 p { color: rgb(188,82,19); }

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

background-color css

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

 a { background-color: rgb(188,82,19); }

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

border-color css

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

 span { border-color: rgb(188,82,19); }

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