Html Css Color HEX #BC4A0A Rust

📋 copy color: '#BC4A0A'

red 188 ◦ green 74 ◦ blue 10

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

Shades of Rust #BC4A0A

Tints of Rust #BC4A0A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.21%

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

R = 69.12%
G = 27.21%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BC4A0A (or 0xBC4A0A) is known color: Rust. HEX triplet: BC, 4A and 0A. RGB value is (188,74,10). Sum of RGB (Red+Green+Blue) = 188+74+10=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4A0A is #43B5F5. Grayscale: #656565. Windows color (decimal): -4437494 or 674492. OLE color: 674492.

HSL color Cylindrical-coordinate representation of color #BC4A0A: hue angle of 21.57º 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 #BC4A0A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 74 10 -
CMYK 0 0.61 0.95 0.26
HSL 21.57º 0.9% 0.39% -
HSV(B) 21.57º 0.95% 0.74% -
XYZ 23.24 15.61 2.08 -
YUV 100.79 76.77 190.2 -
System Red Green Blue C M Y K H S L
Decimal 188 74 10 0 0.61 0.95 0.26 21.57 0.9 0.39
Hex BC 4A A 0 3D 5F 1A 16 5A 27
Octal 274 112 12 0 75 137 32 26 132 47
Binary 10111100 1001010 1010 0 111101 1011111 11010 10110 1011010 100111

Color Harmonies of #BC4A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A0A

Black with #BC4A0A

Text Example


Text Example

White with #BC4A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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