Html Css Color HEX #BC360C Rust

📋 copy color: '#BC360C'

red 188 ◦ green 54 ◦ blue 12

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

Shades of Rust #BC360C

Tints of Rust #BC360C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 74.02%
G = 21.26%
B = 4.72%

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

#BC360C (or 0xBC360C) is known color: Rust. HEX triplet: BC, 36 and 0C. RGB value is (188,54,12). Sum of RGB (Red+Green+Blue) = 188+54+12=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 54 (21.48% from 255 or 21.26% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC360C is #43C9F3. Grayscale: #595959. Windows color (decimal): -4442612 or 800444. OLE color: 800444.

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

Color convert

RGB 188 54 12 -
CMYK 0 0.71 0.94 0.26
HSL 14.32º 0.88% 0.39% -
HSV(B) 14.32º 0.94% 0.74% -
XYZ 22.12 13.36 1.76 -
YUV 89.28 84.39 198.42 -
System Red Green Blue C M Y K H S L
Decimal 188 54 12 0 0.71 0.94 0.26 14.32 0.88 0.39
Hex BC 36 C 0 47 5E 1A E 58 27
Octal 274 66 14 0 107 136 32 16 130 47
Binary 10111100 110110 1100 0 1000111 1011110 11010 1110 1011000 100111

Color Harmonies of #BC360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC360C

Black with #BC360C

Text Example


Text Example

White with #BC360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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