Html Css Color HEX #BC4E08 Rust

📋 copy color: '#BC4E08'

red 188 ◦ green 78 ◦ blue 8

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

Shades of Rust #BC4E08

Tints of Rust #BC4E08

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.47%

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

R = 68.61%
G = 28.47%
B = 2.92%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.96

 K value IS 0.26

RGB Variations

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

Color information

#BC4E08 (or 0xBC4E08) is known color: Rust. HEX triplet: BC, 4E and 08. RGB value is (188,78,8). Sum of RGB (Red+Green+Blue) = 188+78+8=274 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.61% from 274); Green value is 78 (30.86% from 255 or 28.47% from 274); Blue value is 8 (3.52% from 255 or 2.92% from 274); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BC4E08 is #43B1F7. Grayscale: #676767. Windows color (decimal): -4436472 or 544444. OLE color: 544444.

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

Color convert

RGB 188 78 8 -
CMYK 0 0.59 0.96 0.26
HSL 23.33º 0.92% 0.38% -
HSV(B) 23.33º 0.96% 0.74% -
XYZ 23.51 16.16 2.11 -
YUV 102.91 74.44 188.69 -
System Red Green Blue C M Y K H S L
Decimal 188 78 8 0 0.59 0.96 0.26 23.33 0.92 0.38
Hex BC 4E 8 0 3B 60 1A 17 5C 26
Octal 274 116 10 0 73 140 32 27 134 46
Binary 10111100 1001110 1000 0 111011 1100000 11010 10111 1011100 100110

Color Harmonies of #BC4E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E08

Black with #BC4E08

Text Example


Text Example

White with #BC4E08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E08; }

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

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

background-color css

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

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

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

border-color css

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

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

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