Html Css Color HEX #BC3406 Rust

📋 copy color: '#BC3406'

red 188 ◦ green 52 ◦ blue 6

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

Shades of Rust #BC3406

Tints of Rust #BC3406

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 6 (2.73% from 255) = 2.44%

R = 76.42%
G = 21.14%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BC3406 (or 0xBC3406) is known color: Rust. HEX triplet: BC, 34 and 06. RGB value is (188,52,6). Sum of RGB (Red+Green+Blue) = 188+52+6=246 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.42% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 6 (2.73% from 255 or 2.44% from 246); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3406 is #43CBF9. Grayscale: #575757. Windows color (decimal): -4443130 or 406716. OLE color: 406716.

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

Color convert

RGB 188 52 6 -
CMYK 0 0.72 0.97 0.26
HSL 15.16º 0.94% 0.38% -
HSV(B) 15.16º 0.97% 0.74% -
XYZ 22 13.16 1.55 -
YUV 87.42 82.06 199.74 -
System Red Green Blue C M Y K H S L
Decimal 188 52 6 0 0.72 0.97 0.26 15.16 0.94 0.38
Hex BC 34 6 0 48 61 1A F 5E 26
Octal 274 64 6 0 110 141 32 17 136 46
Binary 10111100 110100 110 0 1001000 1100001 11010 1111 1011110 100110

Color Harmonies of #BC3406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3406

Black with #BC3406

Text Example


Text Example

White with #BC3406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3406; }

 p { color: rgb(188,52,6); }

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

background-color css

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

 a { background-color: rgb(188,52,6); }

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

border-color css

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

 span { border-color: rgb(188,52,6); }

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