Html Css Color HEX #BC3504 Rust

📋 copy color: '#BC3504'

red 188 ◦ green 53 ◦ blue 4

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

Shades of Rust #BC3504

Tints of Rust #BC3504

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.63%

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 76.73%
G = 21.63%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3504 (or 0xBC3504) is known color: Rust. HEX triplet: BC, 35 and 04. RGB value is (188,53,4). Sum of RGB (Red+Green+Blue) = 188+53+4=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 53 (21.09% from 255 or 21.63% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3504 is #43CAFB. Grayscale: #585858. Windows color (decimal): -4442876 or 275900. OLE color: 275900.

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

Color convert

RGB 188 53 4 -
CMYK 0 0.72 0.98 0.26
HSL 15.98º 0.96% 0.38% -
HSV(B) 15.98º 0.98% 0.74% -
XYZ 22.03 13.25 1.51 -
YUV 87.78 80.73 199.48 -
System Red Green Blue C M Y K H S L
Decimal 188 53 4 0 0.72 0.98 0.26 15.98 0.96 0.38
Hex BC 35 4 0 48 62 1A 10 60 26
Octal 274 65 4 0 110 142 32 20 140 46
Binary 10111100 110101 100 0 1001000 1100010 11010 10000 1100000 100110

Color Harmonies of #BC3504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3504

Black with #BC3504

Text Example


Text Example

White with #BC3504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3504; }

 p { color: rgb(188,53,4); }

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

background-color css

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

 a { background-color: rgb(188,53,4); }

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

border-color css

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

 span { border-color: rgb(188,53,4); }

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