Html Css Color HEX #BC3204 Rust

📋 copy color: '#BC3204'

red 188 ◦ green 50 ◦ blue 4

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

Shades of Rust #BC3204

Tints of Rust #BC3204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.66%

 BLUE value IS 4 (1.95% from 255) = 1.65%

R = 77.69%
G = 20.66%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3204 (or 0xBC3204) is known color: Rust. HEX triplet: BC, 32 and 04. RGB value is (188,50,4). Sum of RGB (Red+Green+Blue) = 188+50+4=242 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.69% from 242); Green value is 50 (19.92% from 255 or 20.66% from 242); Blue value is 4 (1.95% from 255 or 1.65% from 242); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3204 is #43CDFB. Grayscale: #565656. Windows color (decimal): -4443644 or 275132. OLE color: 275132.

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

Color convert

RGB 188 50 4 -
CMYK 0 0.73 0.98 0.26
HSL 15º 0.96% 0.38% -
HSV(B) 15º 0.98% 0.74% -
XYZ 21.9 12.98 1.47 -
YUV 86.02 81.72 200.74 -
System Red Green Blue C M Y K H S L
Decimal 188 50 4 0 0.73 0.98 0.26 15 0.96 0.38
Hex BC 32 4 0 49 62 1A F 60 26
Octal 274 62 4 0 111 142 32 17 140 46
Binary 10111100 110010 100 0 1001001 1100010 11010 1111 1100000 100110

Color Harmonies of #BC3204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3204

Black with #BC3204

Text Example


Text Example

White with #BC3204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3204; }

 p { color: rgb(188,50,4); }

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

background-color css

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

 a { background-color: rgb(188,50,4); }

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

border-color css

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

 span { border-color: rgb(188,50,4); }

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