Html Css Color HEX #BC461F Rust

📋 copy color: '#BC461F'

red 188 ◦ green 70 ◦ blue 31

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

Shades of Rust #BC461F

Tints of Rust #BC461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.22%

 BLUE value IS 31 (12.5% from 255) = 10.73%

R = 65.05%
G = 24.22%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BC461F (or 0xBC461F) is known color: Rust. HEX triplet: BC, 46 and 1F. RGB value is (188,70,31). Sum of RGB (Red+Green+Blue) = 188+70+31=289 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.05% from 289); Green value is 70 (27.73% from 255 or 24.22% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 188 - color contains mainly: red. Hex color #BC461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC461F is #43B9E0. Grayscale: #656565. Windows color (decimal): -4438497 or 2049724. OLE color: 2049724.

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

Color convert

RGB 188 70 31 -
CMYK 0 0.63 0.84 0.26
HSL 14.9º 0.72% 0.43% -
HSV(B) 14.9º 0.84% 0.74% -
XYZ 23.18 15.17 3 -
YUV 100.84 88.59 190.17 -
System Red Green Blue C M Y K H S L
Decimal 188 70 31 0 0.63 0.84 0.26 14.9 0.72 0.43
Hex BC 46 1F 0 3F 54 1A F 48 2B
Octal 274 106 37 0 77 124 32 17 110 53
Binary 10111100 1000110 11111 0 111111 1010100 11010 1111 1001000 101011

Color Harmonies of #BC461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC461F

Black with #BC461F

Text Example


Text Example

White with #BC461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC461F; }

 p { color: rgb(188,70,31); }

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

background-color css

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

 a { background-color: rgb(188,70,31); }

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

border-color css

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

 span { border-color: rgb(188,70,31); }

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