Html Css Color HEX #BC4417 Rust

📋 copy color: '#BC4417'

red 188 ◦ green 68 ◦ blue 23

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

Shades of Rust #BC4417

Tints of Rust #BC4417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.24%

R = 67.38%
G = 24.37%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC4417 (or 0xBC4417) is known color: Rust. HEX triplet: BC, 44 and 17. RGB value is (188,68,23). Sum of RGB (Red+Green+Blue) = 188+68+23=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4417 is #43BBE8. Grayscale: #636363. Windows color (decimal): -4439017 or 1524924. OLE color: 1524924.

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

Color convert

RGB 188 68 23 -
CMYK 0 0.64 0.88 0.26
HSL 16.36º 0.78% 0.41% -
HSV(B) 16.36º 0.88% 0.74% -
XYZ 22.96 14.89 2.47 -
YUV 98.75 85.26 191.66 -
System Red Green Blue C M Y K H S L
Decimal 188 68 23 0 0.64 0.88 0.26 16.36 0.78 0.41
Hex BC 44 17 0 40 58 1A 10 4E 29
Octal 274 104 27 0 100 130 32 20 116 51
Binary 10111100 1000100 10111 0 1000000 1011000 11010 10000 1001110 101001

Color Harmonies of #BC4417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4417

Black with #BC4417

Text Example


Text Example

White with #BC4417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4417; }

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

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

background-color css

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

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

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

border-color css

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

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

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