Html Css Color HEX #BC360B Rust

📋 copy color: '#BC360B'

red 188 ◦ green 54 ◦ blue 11

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

Shades of Rust #BC360B

Tints of Rust #BC360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.34%

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

R = 74.31%
G = 21.34%
B = 4.35%

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

#BC360B (or 0xBC360B) is known color: Rust. HEX triplet: BC, 36 and 0B. RGB value is (188,54,11). Sum of RGB (Red+Green+Blue) = 188+54+11=253 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.31% from 253); Green value is 54 (21.48% from 255 or 21.34% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 188 - color contains mainly: red. Hex color #BC360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC360B is #43C9F4. Grayscale: #595959. Windows color (decimal): -4442613 or 734908. OLE color: 734908.

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

Color convert

RGB 188 54 11 -
CMYK 0 0.71 0.94 0.26
HSL 14.58º 0.89% 0.39% -
HSV(B) 14.58º 0.94% 0.74% -
XYZ 22.12 13.35 1.73 -
YUV 89.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 188 54 11 0 0.71 0.94 0.26 14.58 0.89 0.39
Hex BC 36 B 0 47 5E 1A F 59 27
Octal 274 66 13 0 107 136 32 17 131 47
Binary 10111100 110110 1011 0 1000111 1011110 11010 1111 1011001 100111

Color Harmonies of #BC360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC360B

Black with #BC360B

Text Example


Text Example

White with #BC360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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