Html Css Color HEX #BC4320 Rust

📋 copy color: '#BC4320'

red 188 ◦ green 67 ◦ blue 32

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

Shades of Rust #BC4320

Tints of Rust #BC4320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.15%

R = 65.51%
G = 23.34%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BC4320 (or 0xBC4320) is known color: Rust. HEX triplet: BC, 43 and 20. RGB value is (188,67,32). Sum of RGB (Red+Green+Blue) = 188+67+32=287 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.51% from 287); Green value is 67 (26.56% from 255 or 23.34% from 287); Blue value is 32 (12.89% from 255 or 11.15% from 287); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC4320 is #43BCDF. Grayscale: #636363. Windows color (decimal): -4439264 or 2114492. OLE color: 2114492.

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

Color convert

RGB 188 67 32 -
CMYK 0 0.64 0.83 0.26
HSL 13.46º 0.71% 0.43% -
HSV(B) 13.46º 0.83% 0.74% -
XYZ 23.01 14.81 3.01 -
YUV 99.19 90.09 191.35 -
System Red Green Blue C M Y K H S L
Decimal 188 67 32 0 0.64 0.83 0.26 13.46 0.71 0.43
Hex BC 43 20 0 40 53 1A D 47 2B
Octal 274 103 40 0 100 123 32 15 107 53
Binary 10111100 1000011 100000 0 1000000 1010011 11010 1101 1000111 101011

Color Harmonies of #BC4320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4320

Black with #BC4320

Text Example


Text Example

White with #BC4320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4320; }

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

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

background-color css

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

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

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

border-color css

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

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

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