Html Css Color HEX #BC4816 Rust

📋 copy color: '#BC4816'

red 188 ◦ green 72 ◦ blue 22

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

Shades of Rust #BC4816

Tints of Rust #BC4816

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.53%

 BLUE value IS 22 (8.98% from 255) = 7.8%

R = 66.67%
G = 25.53%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC4816 (or 0xBC4816) is known color: Rust. HEX triplet: BC, 48 and 16. RGB value is (188,72,22). Sum of RGB (Red+Green+Blue) = 188+72+22=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 72 (28.52% from 255 or 25.53% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4816 is #43B7E9. Grayscale: #656565. Windows color (decimal): -4437994 or 1460412. OLE color: 1460412.

HSL color Cylindrical-coordinate representation of color #BC4816: hue angle of 18.07º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC4816 is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 22 -
CMYK 0 0.62 0.88 0.26
HSL 18.07º 0.79% 0.41% -
HSV(B) 18.07º 0.88% 0.74% -
XYZ 23.2 15.38 2.51 -
YUV 100.98 83.43 190.07 -
System Red Green Blue C M Y K H S L
Decimal 188 72 22 0 0.62 0.88 0.26 18.07 0.79 0.41
Hex BC 48 16 0 3E 58 1A 12 4F 29
Octal 274 110 26 0 76 130 32 22 117 51
Binary 10111100 1001000 10110 0 111110 1011000 11010 10010 1001111 101001

Color Harmonies of #BC4816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4816

Black with #BC4816

Text Example


Text Example

White with #BC4816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4816; }

 p { color: rgb(188,72,22); }

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

background-color css

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

 a { background-color: rgb(188,72,22); }

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

border-color css

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

 span { border-color: rgb(188,72,22); }

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