Html Css Color HEX #BC3902 Rust

📋 copy color: '#BC3902'

red 188 ◦ green 57 ◦ blue 2

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

Shades of Rust #BC3902

Tints of Rust #BC3902

RGB

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

 GREEN value IS 57 (22.66% from 255) = 23.08%

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

R = 76.11%
G = 23.08%
B = 0.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#BC3902 (or 0xBC3902) is known color: Rust. HEX triplet: BC, 39 and 02. RGB value is (188,57,2). Sum of RGB (Red+Green+Blue) = 188+57+2=247 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.11% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 2 (1.17% from 255 or 0.81% from 247); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3902 is #43C6FD. Grayscale: #5A5A5A. Windows color (decimal): -4441854 or 145852. OLE color: 145852.

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

Color convert

RGB 188 57 2 -
CMYK 0 0.70 0.99 0.26
HSL 17.74º 0.98% 0.37% -
HSV(B) 17.74º 0.99% 0.74% -
XYZ 22.21 13.62 1.52 -
YUV 89.9 78.4 197.97 -
System Red Green Blue C M Y K H S L
Decimal 188 57 2 0 0.70 0.99 0.26 17.74 0.98 0.37
Hex BC 39 2 0 46 63 1A 12 62 25
Octal 274 71 2 0 106 143 32 22 142 45
Binary 10111100 111001 10 0 1000110 1100011 11010 10010 1100010 100101

Color Harmonies of #BC3902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3902

Black with #BC3902

Text Example


Text Example

White with #BC3902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3902; }

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

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

background-color css

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

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

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

border-color css

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

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

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