Html Css Color HEX #BC370B Rust

📋 copy color: '#BC370B'

red 188 ◦ green 55 ◦ blue 11

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

Shades of Rust #BC370B

Tints of Rust #BC370B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.33%

R = 74.02%
G = 21.65%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC370B (or 0xBC370B) is known color: Rust. HEX triplet: BC, 37 and 0B. RGB value is (188,55,11). Sum of RGB (Red+Green+Blue) = 188+55+11=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC370B is #43C8F4. Grayscale: #5A5A5A. Windows color (decimal): -4442357 or 735164. OLE color: 735164.

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

Color convert

RGB 188 55 11 -
CMYK 0 0.71 0.94 0.26
HSL 14.92º 0.89% 0.39% -
HSV(B) 14.92º 0.94% 0.74% -
XYZ 22.17 13.45 1.74 -
YUV 89.75 83.56 198.08 -
System Red Green Blue C M Y K H S L
Decimal 188 55 11 0 0.71 0.94 0.26 14.92 0.89 0.39
Hex BC 37 B 0 47 5E 1A F 59 27
Octal 274 67 13 0 107 136 32 17 131 47
Binary 10111100 110111 1011 0 1000111 1011110 11010 1111 1011001 100111

Color Harmonies of #BC370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC370B

Black with #BC370B

Text Example


Text Example

White with #BC370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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