Html Css Color HEX #BC480C Rust

📋 copy color: '#BC480C'

red 188 ◦ green 72 ◦ blue 12

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

Shades of Rust #BC480C

Tints of Rust #BC480C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 69.12%
G = 26.47%
B = 4.41%

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

#BC480C (or 0xBC480C) is known color: Rust. HEX triplet: BC, 48 and 0C. RGB value is (188,72,12). Sum of RGB (Red+Green+Blue) = 188+72+12=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC480C is #43B7F3. Grayscale: #646464. Windows color (decimal): -4438004 or 805052. OLE color: 805052.

HSL color Cylindrical-coordinate representation of color #BC480C: hue angle of 20.45º degrees, saturation: 0.88, 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 #BC480C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 12 -
CMYK 0 0.62 0.94 0.26
HSL 20.45º 0.88% 0.39% -
HSV(B) 20.45º 0.94% 0.74% -
XYZ 23.12 15.35 2.09 -
YUV 99.84 78.43 190.88 -
System Red Green Blue C M Y K H S L
Decimal 188 72 12 0 0.62 0.94 0.26 20.45 0.88 0.39
Hex BC 48 C 0 3E 5E 1A 14 58 27
Octal 274 110 14 0 76 136 32 24 130 47
Binary 10111100 1001000 1100 0 111110 1011110 11010 10100 1011000 100111

Color Harmonies of #BC480C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC480C

Black with #BC480C

Text Example


Text Example

White with #BC480C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC480C; }

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

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

background-color css

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

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

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

border-color css

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

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

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