Html Css Color HEX #BC3501 Rust

📋 copy color: '#BC3501'

red 188 ◦ green 53 ◦ blue 1

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

Shades of Rust #BC3501

Tints of Rust #BC3501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 77.69%
G = 21.9%
B = 0.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC3501 (or 0xBC3501) is known color: Rust. HEX triplet: BC, 35 and 01. RGB value is (188,53,1). Sum of RGB (Red+Green+Blue) = 188+53+1=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 1 (0.78% from 255 or 0.41% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3501 is #43CAFE. Grayscale: #575757. Windows color (decimal): -4442879 or 79292. OLE color: 79292.

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

Color convert

RGB 188 53 1 -
CMYK 0 0.72 0.99 0.26
HSL 16.68º 0.99% 0.37% -
HSV(B) 16.68º 0.99% 0.74% -
XYZ 22.02 13.24 1.42 -
YUV 87.44 79.23 199.73 -
System Red Green Blue C M Y K H S L
Decimal 188 53 1 0 0.72 0.99 0.26 16.68 0.99 0.37
Hex BC 35 1 0 48 63 1A 11 63 25
Octal 274 65 1 0 110 143 32 21 143 45
Binary 10111100 110101 1 0 1001000 1100011 11010 10001 1100011 100101

Color Harmonies of #BC3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3501

Black with #BC3501

Text Example


Text Example

White with #BC3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3501; }

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

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

background-color css

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

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

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

border-color css

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

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

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