Html Css Color HEX #BC3404 Rust

📋 copy color: '#BC3404'

red 188 ◦ green 52 ◦ blue 4

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

Shades of Rust #BC3404

Tints of Rust #BC3404

RGB

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

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

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

R = 77.05%
G = 21.31%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3404 (or 0xBC3404) is known color: Rust. HEX triplet: BC, 34 and 04. RGB value is (188,52,4). Sum of RGB (Red+Green+Blue) = 188+52+4=244 (32% of max value = 765). Red value is 188 (73.83% from 255 or 77.05% from 244); Green value is 52 (20.70% from 255 or 21.31% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3404 is #43CBFB. Grayscale: #575757. Windows color (decimal): -4443132 or 275644. OLE color: 275644.

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

Color convert

RGB 188 52 4 -
CMYK 0 0.72 0.98 0.26
HSL 15.65º 0.96% 0.38% -
HSV(B) 15.65º 0.98% 0.74% -
XYZ 21.99 13.16 1.5 -
YUV 87.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 188 52 4 0 0.72 0.98 0.26 15.65 0.96 0.38
Hex BC 34 4 0 48 62 1A 10 60 26
Octal 274 64 4 0 110 142 32 20 140 46
Binary 10111100 110100 100 0 1001000 1100010 11010 10000 1100000 100110

Color Harmonies of #BC3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3404

Black with #BC3404

Text Example


Text Example

White with #BC3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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