Html Css Color HEX #BC4103 Rust

📋 copy color: '#BC4103'

red 188 ◦ green 65 ◦ blue 3

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

Shades of Rust #BC4103

Tints of Rust #BC4103

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.39%

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

R = 73.44%
G = 25.39%
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

#BC4103 (or 0xBC4103) is known color: Rust. HEX triplet: BC, 41 and 03. RGB value is (188,65,3). Sum of RGB (Red+Green+Blue) = 188+65+3=256 (33% of max value = 765). Red value is 188 (73.83% from 255 or 73.44% from 256); Green value is 65 (25.78% from 255 or 25.39% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4103 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4103 is #43BEFC. Grayscale: #5F5F5F. Windows color (decimal): -4439805 or 213436. OLE color: 213436.

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

Color convert

RGB 188 65 3 -
CMYK 0 0.65 0.98 0.26
HSL 20.11º 0.97% 0.37% -
HSV(B) 20.11º 0.98% 0.74% -
XYZ 22.65 14.48 1.69 -
YUV 94.71 76.25 194.54 -
System Red Green Blue C M Y K H S L
Decimal 188 65 3 0 0.65 0.98 0.26 20.11 0.97 0.37
Hex BC 41 3 0 41 62 1A 14 61 25
Octal 274 101 3 0 101 142 32 24 141 45
Binary 10111100 1000001 11 0 1000001 1100010 11010 10100 1100001 100101

Color Harmonies of #BC4103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4103

Black with #BC4103

Text Example


Text Example

White with #BC4103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4103; }

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

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

background-color css

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

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

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

border-color css

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

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

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