Html Css Color HEX #BC4802 Rust

📋 copy color: '#BC4802'

red 188 ◦ green 72 ◦ blue 2

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

Shades of Rust #BC4802

Tints of Rust #BC4802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 71.76%
G = 27.48%
B = 0.76%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC4802 (or 0xBC4802) is known color: Rust. HEX triplet: BC, 48 and 02. RGB value is (188,72,2). Sum of RGB (Red+Green+Blue) = 188+72+2=262 (34% of max value = 765). Red value is 188 (73.83% from 255 or 71.76% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 2 (1.17% from 255 or 0.76% from 262); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4802 is #43B7FD. Grayscale: #636363. Windows color (decimal): -4438014 or 149692. OLE color: 149692.

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

Color convert

RGB 188 72 2 -
CMYK 0 0.62 0.99 0.26
HSL 22.58º 0.98% 0.37% -
HSV(B) 22.58º 0.99% 0.74% -
XYZ 23.07 15.33 1.8 -
YUV 98.7 73.43 191.69 -
System Red Green Blue C M Y K H S L
Decimal 188 72 2 0 0.62 0.99 0.26 22.58 0.98 0.37
Hex BC 48 2 0 3E 63 1A 17 62 25
Octal 274 110 2 0 76 143 32 27 142 45
Binary 10111100 1001000 10 0 111110 1100011 11010 10111 1100010 100101

Color Harmonies of #BC4802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4802

Black with #BC4802

Text Example


Text Example

White with #BC4802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4802; }

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

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

background-color css

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

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

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

border-color css

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

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

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