Html Css Color HEX #BC3A03 Rust

📋 copy color: '#BC3A03'

red 188 ◦ green 58 ◦ blue 3

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

Shades of Rust #BC3A03

Tints of Rust #BC3A03

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.29%

 BLUE value IS 3 (1.56% from 255) = 1.2%

R = 75.5%
G = 23.29%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3A03 (or 0xBC3A03) is known color: Rust. HEX triplet: BC, 3A and 03. RGB value is (188,58,3). Sum of RGB (Red+Green+Blue) = 188+58+3=249 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.50% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3A03 is #43C5FC. Grayscale: #5A5A5A. Windows color (decimal): -4441597 or 211644. OLE color: 211644.

HSL color Cylindrical-coordinate representation of color #BC3A03: hue angle of 17.84º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC3A03 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 58 3 -
CMYK 0 0.69 0.98 0.26
HSL 17.84º 0.97% 0.37% -
HSV(B) 17.84º 0.98% 0.74% -
XYZ 22.27 13.72 1.56 -
YUV 90.6 78.57 197.47 -
System Red Green Blue C M Y K H S L
Decimal 188 58 3 0 0.69 0.98 0.26 17.84 0.97 0.37
Hex BC 3A 3 0 45 62 1A 12 61 25
Octal 274 72 3 0 105 142 32 22 141 45
Binary 10111100 111010 11 0 1000101 1100010 11010 10010 1100001 100101

Color Harmonies of #BC3A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3A03

Black with #BC3A03

Text Example


Text Example

White with #BC3A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3A03; }

 p { color: rgb(188,58,3); }

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

background-color css

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

 a { background-color: rgb(188,58,3); }

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

border-color css

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

 span { border-color: rgb(188,58,3); }

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