Html Css Color HEX #BC481A Rust

📋 copy color: '#BC481A'

red 188 ◦ green 72 ◦ blue 26

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

Shades of Rust #BC481A

Tints of Rust #BC481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 65.73%
G = 25.17%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC481A (or 0xBC481A) is known color: Rust. HEX triplet: BC, 48 and 1A. RGB value is (188,72,26). Sum of RGB (Red+Green+Blue) = 188+72+26=286 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.73% from 286); Green value is 72 (28.52% from 255 or 25.17% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 188 - color contains mainly: red. Hex color #BC481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC481A is #43B7E5. Grayscale: #656565. Windows color (decimal): -4437990 or 1722556. OLE color: 1722556.

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

Color convert

RGB 188 72 26 -
CMYK 0 0.62 0.86 0.26
HSL 17.04º 0.76% 0.42% -
HSV(B) 17.04º 0.86% 0.74% -
XYZ 23.24 15.4 2.72 -
YUV 101.44 85.43 189.74 -
System Red Green Blue C M Y K H S L
Decimal 188 72 26 0 0.62 0.86 0.26 17.04 0.76 0.42
Hex BC 48 1A 0 3E 56 1A 11 4C 2A
Octal 274 110 32 0 76 126 32 21 114 52
Binary 10111100 1001000 11010 0 111110 1010110 11010 10001 1001100 101010

Color Harmonies of #BC481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC481A

Black with #BC481A

Text Example


Text Example

White with #BC481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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