Html Css Color HEX #BC480B Rust

📋 copy color: '#BC480B'

red 188 ◦ green 72 ◦ blue 11

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

Shades of Rust #BC480B

Tints of Rust #BC480B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.06%

R = 69.37%
G = 26.57%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC480B (or 0xBC480B) is known color: Rust. HEX triplet: BC, 48 and 0B. RGB value is (188,72,11). Sum of RGB (Red+Green+Blue) = 188+72+11=271 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.37% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 188 - color contains mainly: red. Hex color #BC480B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC480B is #43B7F4. Grayscale: #646464. Windows color (decimal): -4438005 or 739516. OLE color: 739516.

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

Color convert

RGB 188 72 11 -
CMYK 0 0.62 0.94 0.26
HSL 20.68º 0.89% 0.39% -
HSV(B) 20.68º 0.94% 0.74% -
XYZ 23.12 15.35 2.06 -
YUV 99.73 77.93 190.96 -
System Red Green Blue C M Y K H S L
Decimal 188 72 11 0 0.62 0.94 0.26 20.68 0.89 0.39
Hex BC 48 B 0 3E 5E 1A 15 59 27
Octal 274 110 13 0 76 136 32 25 131 47
Binary 10111100 1001000 1011 0 111110 1011110 11010 10101 1011001 100111

Color Harmonies of #BC480B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC480B

Black with #BC480B

Text Example


Text Example

White with #BC480B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC480B; }

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

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

background-color css

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

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

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

border-color css

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

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

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