Html Css Color HEX #BC4800 Rust

📋 copy color: '#BC4800'

red 188 ◦ green 72 ◦ blue 0

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

Shades of Rust #BC4800

Tints of Rust #BC4800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 72.31%
G = 27.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#BC4800 (or 0xBC4800) is known color: Rust. HEX triplet: BC, 48 and 00. RGB value is (188,72,0). Sum of RGB (Red+Green+Blue) = 188+72+0=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4800 is #43B7FF. Grayscale: #626262. Windows color (decimal): -4438016 or 18620. OLE color: 18620.

HSL color Cylindrical-coordinate representation of color #BC4800: hue angle of 22.98º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BC4800 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 0 -
CMYK 0 0.62 1 0.26
HSL 22.98º 1% 0.37% -
HSV(B) 22.98º 1% 0.74% -
XYZ 23.06 15.33 1.74 -
YUV 98.48 72.43 191.85 -
System Red Green Blue C M Y K H S L
Decimal 188 72 0 0 0.62 1 0.26 22.98 1 0.37
Hex BC 48 0 0 3E 64 1A 17 64 25
Octal 274 110 0 0 76 144 32 27 144 45
Binary 10111100 1001000 0 0 111110 1100100 11010 10111 1100100 100101

Color Harmonies of #BC4800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4800

Black with #BC4800

Text Example


Text Example

White with #BC4800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4800; }

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

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

background-color css

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

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

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

border-color css

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

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

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