Html Css Color HEX #BC3903 Rust

📋 copy color: '#BC3903'

red 188 ◦ green 57 ◦ blue 3

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

Shades of Rust #BC3903

Tints of Rust #BC3903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.21%

R = 75.81%
G = 22.98%
B = 1.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3903 (or 0xBC3903) is known color: Rust. HEX triplet: BC, 39 and 03. RGB value is (188,57,3). Sum of RGB (Red+Green+Blue) = 188+57+3=248 (32% of max value = 765). Red value is 188 (73.83% from 255 or 75.81% from 248); Green value is 57 (22.66% from 255 or 22.98% from 248); Blue value is 3 (1.56% from 255 or 1.21% from 248); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3903 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3903 is #43C6FC. Grayscale: #5A5A5A. Windows color (decimal): -4441853 or 211388. OLE color: 211388.

HSL color Cylindrical-coordinate representation of color #BC3903: hue angle of 17.51º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC3903 is Cyan = 0, Magento = 0.70, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 57 3 -
CMYK 0 0.70 0.98 0.26
HSL 17.51º 0.97% 0.37% -
HSV(B) 17.51º 0.98% 0.74% -
XYZ 22.22 13.62 1.54 -
YUV 90.01 78.9 197.89 -
System Red Green Blue C M Y K H S L
Decimal 188 57 3 0 0.70 0.98 0.26 17.51 0.97 0.37
Hex BC 39 3 0 46 62 1A 12 61 25
Octal 274 71 3 0 106 142 32 22 141 45
Binary 10111100 111001 11 0 1000110 1100010 11010 10010 1100001 100101

Color Harmonies of #BC3903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3903

Black with #BC3903

Text Example


Text Example

White with #BC3903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3903; }

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

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

background-color css

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

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

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

border-color css

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

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

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