Html Css Color HEX #BC3804 Rust

📋 copy color: '#BC3804'

red 188 ◦ green 56 ◦ blue 4

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

Shades of Rust #BC3804

Tints of Rust #BC3804

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.58%

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

R = 75.81%
G = 22.58%
B = 1.61%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3804 (or 0xBC3804) is known color: Rust. HEX triplet: BC, 38 and 04. RGB value is (188,56,4). Sum of RGB (Red+Green+Blue) = 188+56+4=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 56 (22.27% from 255 or 22.58% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3804 is #43C7FB. Grayscale: #595959. Windows color (decimal): -4442108 or 276668. OLE color: 276668.

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

Color convert

RGB 188 56 4 -
CMYK 0 0.70 0.98 0.26
HSL 16.96º 0.96% 0.38% -
HSV(B) 16.96º 0.98% 0.74% -
XYZ 22.18 13.53 1.56 -
YUV 89.54 79.73 198.23 -
System Red Green Blue C M Y K H S L
Decimal 188 56 4 0 0.70 0.98 0.26 16.96 0.96 0.38
Hex BC 38 4 0 46 62 1A 11 60 26
Octal 274 70 4 0 106 142 32 21 140 46
Binary 10111100 111000 100 0 1000110 1100010 11010 10001 1100000 100110

Color Harmonies of #BC3804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3804

Black with #BC3804

Text Example


Text Example

White with #BC3804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3804; }

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

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

background-color css

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

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

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

border-color css

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

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

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