Html Css Color HEX #BC4102 Rust

📋 copy color: '#BC4102'

red 188 ◦ green 65 ◦ blue 2

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

Shades of Rust #BC4102

Tints of Rust #BC4102

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.49%

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

R = 73.73%
G = 25.49%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC4102 (or 0xBC4102) is known color: Rust. HEX triplet: BC, 41 and 02. RGB value is (188,65,2). Sum of RGB (Red+Green+Blue) = 188+65+2=255 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.73% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4102 is #43BEFD. Grayscale: #5E5E5E. Windows color (decimal): -4439806 or 147900. OLE color: 147900.

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

Color convert

RGB 188 65 2 -
CMYK 0 0.65 0.99 0.26
HSL 20.32º 0.98% 0.37% -
HSV(B) 20.32º 0.99% 0.74% -
XYZ 22.64 14.48 1.66 -
YUV 94.6 75.75 194.62 -
System Red Green Blue C M Y K H S L
Decimal 188 65 2 0 0.65 0.99 0.26 20.32 0.98 0.37
Hex BC 41 2 0 41 63 1A 14 62 25
Octal 274 101 2 0 101 143 32 24 142 45
Binary 10111100 1000001 10 0 1000001 1100011 11010 10100 1100010 100101

Color Harmonies of #BC4102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4102

Black with #BC4102

Text Example


Text Example

White with #BC4102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4102; }

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

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

background-color css

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

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

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

border-color css

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

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

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