Html Css Color HEX #BC4804 Rust

📋 copy color: '#BC4804'

red 188 ◦ green 72 ◦ blue 4

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

Shades of Rust #BC4804

Tints of Rust #BC4804

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 71.21%
G = 27.27%
B = 1.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4804 (or 0xBC4804) is known color: Rust. HEX triplet: BC, 48 and 04. RGB value is (188,72,4). Sum of RGB (Red+Green+Blue) = 188+72+4=264 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.21% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 4 (1.95% from 255 or 1.52% from 264); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4804 is #43B7FB. Grayscale: #636363. Windows color (decimal): -4438012 or 280764. OLE color: 280764.

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

Color convert

RGB 188 72 4 -
CMYK 0 0.62 0.98 0.26
HSL 22.17º 0.96% 0.38% -
HSV(B) 22.17º 0.98% 0.74% -
XYZ 23.08 15.33 1.86 -
YUV 98.93 74.43 191.53 -
System Red Green Blue C M Y K H S L
Decimal 188 72 4 0 0.62 0.98 0.26 22.17 0.96 0.38
Hex BC 48 4 0 3E 62 1A 16 60 26
Octal 274 110 4 0 76 142 32 26 140 46
Binary 10111100 1001000 100 0 111110 1100010 11010 10110 1100000 100110

Color Harmonies of #BC4804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4804

Black with #BC4804

Text Example


Text Example

White with #BC4804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4804; }

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

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

background-color css

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

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

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

border-color css

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

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

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