Html Css Color HEX #BC3C00 Rust

📋 copy color: '#BC3C00'

red 188 ◦ green 60 ◦ blue 0

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

Shades of Rust #BC3C00

Tints of Rust #BC3C00

RGB

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

 GREEN value IS 60 (23.83% from 255) = 24.19%

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

R = 75.81%
G = 24.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC3C00 (or 0xBC3C00) is known color: Rust. HEX triplet: BC, 3C and 00. RGB value is (188,60,0). Sum of RGB (Red+Green+Blue) = 188+60+0=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3C00 is #43C3FF. Grayscale: #5B5B5B. Windows color (decimal): -4441088 or 15548. OLE color: 15548.

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

Color convert

RGB 188 60 0 -
CMYK 0 0.68 1 0.26
HSL 19.15º 1% 0.37% -
HSV(B) 19.15º 1% 0.74% -
XYZ 22.35 13.92 1.51 -
YUV 91.43 76.41 196.88 -
System Red Green Blue C M Y K H S L
Decimal 188 60 0 0 0.68 1 0.26 19.15 1 0.37
Hex BC 3C 0 0 44 64 1A 13 64 25
Octal 274 74 0 0 104 144 32 23 144 45
Binary 10111100 111100 0 0 1000100 1100100 11010 10011 1100100 100101

Color Harmonies of #BC3C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3C00

Black with #BC3C00

Text Example


Text Example

White with #BC3C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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