Html Css Color HEX #BC4817 Rust

📋 copy color: '#BC4817'

red 188 ◦ green 72 ◦ blue 23

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

Shades of Rust #BC4817

Tints of Rust #BC4817

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.44%

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

R = 66.43%
G = 25.44%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC4817 (or 0xBC4817) is known color: Rust. HEX triplet: BC, 48 and 17. RGB value is (188,72,23). Sum of RGB (Red+Green+Blue) = 188+72+23=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC4817 is #43B7E8. Grayscale: #656565. Windows color (decimal): -4437993 or 1525948. OLE color: 1525948.

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

Color convert

RGB 188 72 23 -
CMYK 0 0.62 0.88 0.26
HSL 17.82º 0.78% 0.41% -
HSV(B) 17.82º 0.88% 0.74% -
XYZ 23.21 15.39 2.56 -
YUV 101.1 83.93 189.98 -
System Red Green Blue C M Y K H S L
Decimal 188 72 23 0 0.62 0.88 0.26 17.82 0.78 0.41
Hex BC 48 17 0 3E 58 1A 12 4E 29
Octal 274 110 27 0 76 130 32 22 116 51
Binary 10111100 1001000 10111 0 111110 1011000 11010 10010 1001110 101001

Color Harmonies of #BC4817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4817

Black with #BC4817

Text Example


Text Example

White with #BC4817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4817; }

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

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

background-color css

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

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

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

border-color css

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

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

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