Html Css Color HEX #BC3603 Rust

📋 copy color: '#BC3603'

red 188 ◦ green 54 ◦ blue 3

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

Shades of Rust #BC3603

Tints of Rust #BC3603

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 76.73%
G = 22.04%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC3603 (or 0xBC3603) is known color: Rust. HEX triplet: BC, 36 and 03. RGB value is (188,54,3). Sum of RGB (Red+Green+Blue) = 188+54+3=245 (32% of max value = 765). Red value is 188 (73.83% from 255 or 76.73% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3603 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3603 is #43C9FC. Grayscale: #585858. Windows color (decimal): -4442621 or 210620. OLE color: 210620.

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

Color convert

RGB 188 54 3 -
CMYK 0 0.71 0.98 0.26
HSL 16.54º 0.97% 0.37% -
HSV(B) 16.54º 0.98% 0.74% -
XYZ 22.07 13.34 1.5 -
YUV 88.25 79.89 199.15 -
System Red Green Blue C M Y K H S L
Decimal 188 54 3 0 0.71 0.98 0.26 16.54 0.97 0.37
Hex BC 36 3 0 47 62 1A 11 61 25
Octal 274 66 3 0 107 142 32 21 141 45
Binary 10111100 110110 11 0 1000111 1100010 11010 10001 1100001 100101

Color Harmonies of #BC3603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3603

Black with #BC3603

Text Example


Text Example

White with #BC3603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3603; }

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

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

background-color css

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

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

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

border-color css

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

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

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