Html Css Color HEX #BC4002 Rust

📋 copy color: '#BC4002'

red 188 ◦ green 64 ◦ blue 2

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

Shades of Rust #BC4002

Tints of Rust #BC4002

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.2%

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

R = 74.02%
G = 25.2%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC4002 (or 0xBC4002) is known color: Rust. HEX triplet: BC, 40 and 02. RGB value is (188,64,2). Sum of RGB (Red+Green+Blue) = 188+64+2=254 (33% of max value = 765). Red value is 188 (73.83% from 255 or 74.02% from 254); Green value is 64 (25.39% from 255 or 25.20% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4002 is #43BFFD. Grayscale: #5E5E5E. Windows color (decimal): -4440062 or 147644. OLE color: 147644.

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

Color convert

RGB 188 64 2 -
CMYK 0 0.66 0.99 0.26
HSL 20º 0.98% 0.37% -
HSV(B) 20º 0.99% 0.74% -
XYZ 22.58 14.36 1.64 -
YUV 94.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 188 64 2 0 0.66 0.99 0.26 20 0.98 0.37
Hex BC 40 2 0 42 63 1A 14 62 25
Octal 274 100 2 0 102 143 32 24 142 45
Binary 10111100 1000000 10 0 1000010 1100011 11010 10100 1100010 100101

Color Harmonies of #BC4002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4002

Black with #BC4002

Text Example


Text Example

White with #BC4002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4002; }

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

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

background-color css

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

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

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

border-color css

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

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

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