Html Css Color HEX #BC481C Rust

📋 copy color: '#BC481C'

red 188 ◦ green 72 ◦ blue 28

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

Shades of Rust #BC481C

Tints of Rust #BC481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.72%

R = 65.28%
G = 25%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC481C (or 0xBC481C) is known color: Rust. HEX triplet: BC, 48 and 1C. RGB value is (188,72,28). Sum of RGB (Red+Green+Blue) = 188+72+28=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 28 (11.33% from 255 or 9.72% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC481C is #43B7E3. Grayscale: #656565. Windows color (decimal): -4437988 or 1853628. OLE color: 1853628.

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

Color convert

RGB 188 72 28 -
CMYK 0 0.62 0.85 0.26
HSL 16.5º 0.74% 0.42% -
HSV(B) 16.5º 0.85% 0.74% -
XYZ 23.27 15.41 2.85 -
YUV 101.67 86.43 189.58 -
System Red Green Blue C M Y K H S L
Decimal 188 72 28 0 0.62 0.85 0.26 16.5 0.74 0.42
Hex BC 48 1C 0 3E 55 1A 10 4A 2A
Octal 274 110 34 0 76 125 32 20 112 52
Binary 10111100 1001000 11100 0 111110 1010101 11010 10000 1001010 101010

Color Harmonies of #BC481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC481C

Black with #BC481C

Text Example


Text Example

White with #BC481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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