Html Css Color HEX #BC4602 Rust

📋 copy color: '#BC4602'

red 188 ◦ green 70 ◦ blue 2

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

Shades of Rust #BC4602

Tints of Rust #BC4602

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

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

R = 72.31%
G = 26.92%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC4602 (or 0xBC4602) is known color: Rust. HEX triplet: BC, 46 and 02. RGB value is (188,70,2). Sum of RGB (Red+Green+Blue) = 188+70+2=260 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.31% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4602 is #43B9FD. Grayscale: #616161. Windows color (decimal): -4438526 or 149180. OLE color: 149180.

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

Color convert

RGB 188 70 2 -
CMYK 0 0.63 0.99 0.26
HSL 21.94º 0.98% 0.37% -
HSV(B) 21.94º 0.99% 0.74% -
XYZ 22.94 15.08 1.76 -
YUV 97.53 74.09 192.53 -
System Red Green Blue C M Y K H S L
Decimal 188 70 2 0 0.63 0.99 0.26 21.94 0.98 0.37
Hex BC 46 2 0 3F 63 1A 16 62 25
Octal 274 106 2 0 77 143 32 26 142 45
Binary 10111100 1000110 10 0 111111 1100011 11010 10110 1100010 100101

Color Harmonies of #BC4602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4602

Black with #BC4602

Text Example


Text Example

White with #BC4602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4602; }

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

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

background-color css

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

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

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

border-color css

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

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

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