Html Css Color HEX #BC4C08 Rust

📋 copy color: '#BC4C08'

red 188 ◦ green 76 ◦ blue 8

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

Shades of Rust #BC4C08

Tints of Rust #BC4C08

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.94%

 BLUE value IS 8 (3.52% from 255) = 2.94%

R = 69.12%
G = 27.94%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC4C08 (or 0xBC4C08) is known color: Rust. HEX triplet: BC, 4C and 08. RGB value is (188,76,8). Sum of RGB (Red+Green+Blue) = 188+76+8=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 8 (3.52% from 255 or 2.94% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4C08 is #43B3F7. Grayscale: #666666. Windows color (decimal): -4436984 or 543932. OLE color: 543932.

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

Color convert

RGB 188 76 8 -
CMYK 0 0.60 0.96 0.26
HSL 22.67º 0.92% 0.38% -
HSV(B) 22.67º 0.96% 0.74% -
XYZ 23.37 15.88 2.06 -
YUV 101.74 75.11 189.53 -
System Red Green Blue C M Y K H S L
Decimal 188 76 8 0 0.60 0.96 0.26 22.67 0.92 0.38
Hex BC 4C 8 0 3C 60 1A 17 5C 26
Octal 274 114 10 0 74 140 32 27 134 46
Binary 10111100 1001100 1000 0 111100 1100000 11010 10111 1011100 100110

Color Harmonies of #BC4C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4C08

Black with #BC4C08

Text Example


Text Example

White with #BC4C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4C08; }

 p { color: rgb(188,76,8); }

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

background-color css

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

 a { background-color: rgb(188,76,8); }

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

border-color css

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

 span { border-color: rgb(188,76,8); }

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