Html Css Color HEX #BC4314 Rust

📋 copy color: '#BC4314'

red 188 ◦ green 67 ◦ blue 20

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

Shades of Rust #BC4314

Tints of Rust #BC4314

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.36%

 BLUE value IS 20 (8.2% from 255) = 7.27%

R = 68.36%
G = 24.36%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BC4314 (or 0xBC4314) is known color: Rust. HEX triplet: BC, 43 and 14. RGB value is (188,67,20). Sum of RGB (Red+Green+Blue) = 188+67+20=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 67 (26.56% from 255 or 24.36% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4314 is #43BCEB. Grayscale: #626262. Windows color (decimal): -4439276 or 1328060. OLE color: 1328060.

HSL color Cylindrical-coordinate representation of color #BC4314: hue angle of 16.79º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BC4314 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 67 20 -
CMYK 0 0.64 0.89 0.26
HSL 16.79º 0.81% 0.41% -
HSV(B) 16.79º 0.89% 0.74% -
XYZ 22.87 14.76 2.3 -
YUV 97.82 84.09 192.32 -
System Red Green Blue C M Y K H S L
Decimal 188 67 20 0 0.64 0.89 0.26 16.79 0.81 0.41
Hex BC 43 14 0 40 59 1A 11 51 29
Octal 274 103 24 0 100 131 32 21 121 51
Binary 10111100 1000011 10100 0 1000000 1011001 11010 10001 1010001 101001

Color Harmonies of #BC4314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4314

Black with #BC4314

Text Example


Text Example

White with #BC4314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4314; }

 p { color: rgb(188,67,20); }

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

background-color css

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

 a { background-color: rgb(188,67,20); }

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

border-color css

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

 span { border-color: rgb(188,67,20); }

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