Html Css Color HEX #BC3B00 Rust

📋 copy color: '#BC3B00'

red 188 ◦ green 59 ◦ blue 0

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

Shades of Rust #BC3B00

Tints of Rust #BC3B00

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.89%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.11%
G = 23.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC3B00 (or 0xBC3B00) is known color: Rust. HEX triplet: BC, 3B and 00. RGB value is (188,59,0). Sum of RGB (Red+Green+Blue) = 188+59+0=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3B00 is #43C4FF. Grayscale: #5B5B5B. Windows color (decimal): -4441344 or 15292. OLE color: 15292.

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

Color convert

RGB 188 59 0 -
CMYK 0 0.69 1 0.26
HSL 18.83º 1% 0.37% -
HSV(B) 18.83º 1% 0.74% -
XYZ 22.3 13.82 1.49 -
YUV 90.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 188 59 0 0 0.69 1 0.26 18.83 1 0.37
Hex BC 3B 0 0 45 64 1A 13 64 25
Octal 274 73 0 0 105 144 32 23 144 45
Binary 10111100 111011 0 0 1000101 1100100 11010 10011 1100100 100101

Color Harmonies of #BC3B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3B00

Black with #BC3B00

Text Example


Text Example

White with #BC3B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3B00; }

 p { color: rgb(188,59,0); }

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

background-color css

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

 a { background-color: rgb(188,59,0); }

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

border-color css

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

 span { border-color: rgb(188,59,0); }

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