Html Css Color HEX #BC370E Rust

📋 copy color: '#BC370E'

red 188 ◦ green 55 ◦ blue 14

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

Shades of Rust #BC370E

Tints of Rust #BC370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.4%

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 73.15%
G = 21.4%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC370E (or 0xBC370E) is known color: Rust. HEX triplet: BC, 37 and 0E. RGB value is (188,55,14). Sum of RGB (Red+Green+Blue) = 188+55+14=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC370E is #43C8F1. Grayscale: #5A5A5A. Windows color (decimal): -4442354 or 931772. OLE color: 931772.

HSL color Cylindrical-coordinate representation of color #BC370E: hue angle of 14.14º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BC370E is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 55 14 -
CMYK 0 0.71 0.93 0.26
HSL 14.14º 0.86% 0.4% -
HSV(B) 14.14º 0.93% 0.74% -
XYZ 22.18 13.46 1.84 -
YUV 90.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 188 55 14 0 0.71 0.93 0.26 14.14 0.86 0.4
Hex BC 37 E 0 47 5D 1A E 56 28
Octal 274 67 16 0 107 135 32 16 126 50
Binary 10111100 110111 1110 0 1000111 1011101 11010 1110 1010110 101000

Color Harmonies of #BC370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC370E

Black with #BC370E

Text Example


Text Example

White with #BC370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC370E; }

 p { color: rgb(188,55,14); }

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

background-color css

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

 a { background-color: rgb(188,55,14); }

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

border-color css

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

 span { border-color: rgb(188,55,14); }

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