Html Css Color HEX #BC4702 Rust

📋 copy color: '#BC4702'

red 188 ◦ green 71 ◦ blue 2

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

Shades of Rust #BC4702

Tints of Rust #BC4702

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.2%

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

R = 72.03%
G = 27.2%
B = 0.77%

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

#BC4702 (or 0xBC4702) is known color: Rust. HEX triplet: BC, 47 and 02. RGB value is (188,71,2). Sum of RGB (Red+Green+Blue) = 188+71+2=261 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.03% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 2 (1.17% from 255 or 0.77% from 261); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4702 is #43B8FD. Grayscale: #626262. Windows color (decimal): -4438270 or 149436. OLE color: 149436.

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

Color convert

RGB 188 71 2 -
CMYK 0 0.62 0.99 0.26
HSL 22.26º 0.98% 0.37% -
HSV(B) 22.26º 0.99% 0.74% -
XYZ 23 15.2 1.78 -
YUV 98.12 73.76 192.11 -
System Red Green Blue C M Y K H S L
Decimal 188 71 2 0 0.62 0.99 0.26 22.26 0.98 0.37
Hex BC 47 2 0 3E 63 1A 16 62 25
Octal 274 107 2 0 76 143 32 26 142 45
Binary 10111100 1000111 10 0 111110 1100011 11010 10110 1100010 100101

Color Harmonies of #BC4702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4702

Black with #BC4702

Text Example


Text Example

White with #BC4702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4702; }

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

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

background-color css

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

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

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

border-color css

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

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

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