Html Css Color HEX #BC4203 Rust

📋 copy color: '#BC4203'

red 188 ◦ green 66 ◦ blue 3

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

Shades of Rust #BC4203

Tints of Rust #BC4203

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.68%

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

R = 73.15%
G = 25.68%
B = 1.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BC4203 (or 0xBC4203) is known color: Rust. HEX triplet: BC, 42 and 03. RGB value is (188,66,3). Sum of RGB (Red+Green+Blue) = 188+66+3=257 (34% of max value = 765). Red value is 188 (73.83% from 255 or 73.15% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 3 (1.56% from 255 or 1.17% from 257); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4203 is #43BDFC. Grayscale: #5F5F5F. Windows color (decimal): -4439549 or 213692. OLE color: 213692.

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

Color convert

RGB 188 66 3 -
CMYK 0 0.65 0.98 0.26
HSL 20.43º 0.97% 0.37% -
HSV(B) 20.43º 0.98% 0.74% -
XYZ 22.7 14.59 1.71 -
YUV 95.3 75.92 194.12 -
System Red Green Blue C M Y K H S L
Decimal 188 66 3 0 0.65 0.98 0.26 20.43 0.97 0.37
Hex BC 42 3 0 41 62 1A 14 61 25
Octal 274 102 3 0 101 142 32 24 141 45
Binary 10111100 1000010 11 0 1000001 1100010 11010 10100 1100001 100101

Color Harmonies of #BC4203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4203

Black with #BC4203

Text Example


Text Example

White with #BC4203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4203; }

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

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

background-color css

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

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

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

border-color css

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

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

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