Html Css Color HEX #BC4403 Rust

📋 copy color: '#BC4403'

red 188 ◦ green 68 ◦ blue 3

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

Shades of Rust #BC4403

Tints of Rust #BC4403

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 72.59%
G = 26.25%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4403 (or 0xBC4403) is known color: Rust. HEX triplet: BC, 44 and 03. RGB value is (188,68,3). Sum of RGB (Red+Green+Blue) = 188+68+3=259 (34% of max value = 765). Red value is 188 (73.83% from 255 or 72.59% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 3 (1.56% from 255 or 1.16% from 259); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4403 is #43BBFC. Grayscale: #606060. Windows color (decimal): -4439037 or 214204. OLE color: 214204.

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

Color convert

RGB 188 68 3 -
CMYK 0 0.64 0.98 0.26
HSL 21.08º 0.97% 0.37% -
HSV(B) 21.08º 0.98% 0.74% -
XYZ 22.82 14.83 1.75 -
YUV 96.47 75.26 193.29 -
System Red Green Blue C M Y K H S L
Decimal 188 68 3 0 0.64 0.98 0.26 21.08 0.97 0.37
Hex BC 44 3 0 40 62 1A 15 61 25
Octal 274 104 3 0 100 142 32 25 141 45
Binary 10111100 1000100 11 0 1000000 1100010 11010 10101 1100001 100101

Color Harmonies of #BC4403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4403

Black with #BC4403

Text Example


Text Example

White with #BC4403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4403; }

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

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

background-color css

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

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

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

border-color css

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

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

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