Html Css Color HEX #BC480A Rust

📋 copy color: '#BC480A'

red 188 ◦ green 72 ◦ blue 10

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

Shades of Rust #BC480A

Tints of Rust #BC480A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.7%

R = 69.63%
G = 26.67%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC480A (or 0xBC480A) is known color: Rust. HEX triplet: BC, 48 and 0A. RGB value is (188,72,10). Sum of RGB (Red+Green+Blue) = 188+72+10=270 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.63% from 270); Green value is 72 (28.52% from 255 or 26.67% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 188 - color contains mainly: red. Hex color #BC480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC480A is #43B7F5. Grayscale: #636363. Windows color (decimal): -4438006 or 673980. OLE color: 673980.

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

Color convert

RGB 188 72 10 -
CMYK 0 0.62 0.95 0.26
HSL 20.9º 0.9% 0.39% -
HSV(B) 20.9º 0.95% 0.74% -
XYZ 23.11 15.35 2.03 -
YUV 99.62 77.43 191.04 -
System Red Green Blue C M Y K H S L
Decimal 188 72 10 0 0.62 0.95 0.26 20.9 0.9 0.39
Hex BC 48 A 0 3E 5F 1A 15 5A 27
Octal 274 110 12 0 76 137 32 25 132 47
Binary 10111100 1001000 1010 0 111110 1011111 11010 10101 1011010 100111

Color Harmonies of #BC480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC480A

Black with #BC480A

Text Example


Text Example

White with #BC480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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