Html Css Color HEX #BC3301 Rust

📋 copy color: '#BC3301'

red 188 ◦ green 51 ◦ blue 1

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

Shades of Rust #BC3301

Tints of Rust #BC3301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

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

R = 78.33%
G = 21.25%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC3301 (or 0xBC3301) is known color: Rust. HEX triplet: BC, 33 and 01. RGB value is (188,51,1). Sum of RGB (Red+Green+Blue) = 188+51+1=240 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.33% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3301 is #43CCFE. Grayscale: #565656. Windows color (decimal): -4443391 or 78780. OLE color: 78780.

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

Color convert

RGB 188 51 1 -
CMYK 0 0.73 0.99 0.26
HSL 16.04º 0.99% 0.37% -
HSV(B) 16.04º 0.99% 0.74% -
XYZ 21.93 13.06 1.39 -
YUV 86.26 79.89 200.57 -
System Red Green Blue C M Y K H S L
Decimal 188 51 1 0 0.73 0.99 0.26 16.04 0.99 0.37
Hex BC 33 1 0 49 63 1A 10 63 25
Octal 274 63 1 0 111 143 32 20 143 45
Binary 10111100 110011 1 0 1001001 1100011 11010 10000 1100011 100101

Color Harmonies of #BC3301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3301

Black with #BC3301

Text Example


Text Example

White with #BC3301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3301; }

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

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

background-color css

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

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

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

border-color css

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

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

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