Html Css Color HEX #BC5313 Rust

📋 copy color: '#BC5313'

red 188 ◦ green 83 ◦ blue 19

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

Shades of Rust #BC5313

Tints of Rust #BC5313

RGB

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

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

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

R = 64.83%
G = 28.62%
B = 6.55%

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

#BC5313 (or 0xBC5313) is known color: Rust. HEX triplet: BC, 53 and 13. RGB value is (188,83,19). Sum of RGB (Red+Green+Blue) = 188+83+19=290 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.83% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC5313 is #43ACEC. Grayscale: #6B6B6B. Windows color (decimal): -4435181 or 1266620. OLE color: 1266620.

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

Color convert

RGB 188 83 19 -
CMYK 0 0.56 0.90 0.26
HSL 22.72º 0.82% 0.41% -
HSV(B) 22.72º 0.9% 0.74% -
XYZ 23.95 16.92 2.62 -
YUV 107.1 78.29 185.7 -
System Red Green Blue C M Y K H S L
Decimal 188 83 19 0 0.56 0.90 0.26 22.72 0.82 0.41
Hex BC 53 13 0 38 5A 1A 17 52 29
Octal 274 123 23 0 70 132 32 27 122 51
Binary 10111100 1010011 10011 0 111000 1011010 11010 10111 1010010 101001

Color Harmonies of #BC5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5313

Black with #BC5313

Text Example


Text Example

White with #BC5313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5313; }

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

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

background-color css

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

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

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

border-color css

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

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

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