Html Css Color HEX #BC471E Rust

📋 copy color: '#BC471E'

red 188 ◦ green 71 ◦ blue 30

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

Shades of Rust #BC471E

Tints of Rust #BC471E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 65.05%
G = 24.57%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC471E (or 0xBC471E) is known color: Rust. HEX triplet: BC, 47 and 1E. RGB value is (188,71,30). Sum of RGB (Red+Green+Blue) = 188+71+30=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC471E is #43B8E1. Grayscale: #656565. Windows color (decimal): -4438242 or 1984444. OLE color: 1984444.

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

Color convert

RGB 188 71 30 -
CMYK 0 0.62 0.84 0.26
HSL 15.57º 0.72% 0.43% -
HSV(B) 15.57º 0.84% 0.74% -
XYZ 23.23 15.29 2.96 -
YUV 101.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 188 71 30 0 0.62 0.84 0.26 15.57 0.72 0.43
Hex BC 47 1E 0 3E 54 1A 10 48 2B
Octal 274 107 36 0 76 124 32 20 110 53
Binary 10111100 1000111 11110 0 111110 1010100 11010 10000 1001000 101011

Color Harmonies of #BC471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC471E

Black with #BC471E

Text Example


Text Example

White with #BC471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC471E; }

 p { color: rgb(188,71,30); }

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

background-color css

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

 a { background-color: rgb(188,71,30); }

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

border-color css

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

 span { border-color: rgb(188,71,30); }

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