Html Css Color HEX #BC3E17 Rust

📋 copy color: '#BC3E17'

red 188 ◦ green 62 ◦ blue 23

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

Shades of Rust #BC3E17

Tints of Rust #BC3E17

RGB

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

 GREEN value IS 62 (24.61% from 255) = 22.71%

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

R = 68.86%
G = 22.71%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BC3E17 (or 0xBC3E17) is known color: Rust. HEX triplet: BC, 3E and 17. RGB value is (188,62,23). Sum of RGB (Red+Green+Blue) = 188+62+23=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 62 (24.61% from 255 or 22.71% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC3E17 is #43C1E8. Grayscale: #5F5F5F. Windows color (decimal): -4440553 or 1523388. OLE color: 1523388.

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

Color convert

RGB 188 62 23 -
CMYK 0 0.67 0.88 0.26
HSL 14.18º 0.78% 0.41% -
HSV(B) 14.18º 0.88% 0.74% -
XYZ 22.62 14.2 2.36 -
YUV 95.23 87.24 194.17 -
System Red Green Blue C M Y K H S L
Decimal 188 62 23 0 0.67 0.88 0.26 14.18 0.78 0.41
Hex BC 3E 17 0 43 58 1A E 4E 29
Octal 274 76 27 0 103 130 32 16 116 51
Binary 10111100 111110 10111 0 1000011 1011000 11010 1110 1001110 101001

Color Harmonies of #BC3E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E17

Black with #BC3E17

Text Example


Text Example

White with #BC3E17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E17; }

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

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

background-color css

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

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

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

border-color css

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

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

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