Html Css Color HEX #BC451F Rust

📋 copy color: '#BC451F'

red 188 ◦ green 69 ◦ blue 31

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

Shades of Rust #BC451F

Tints of Rust #BC451F

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.96%

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

R = 65.28%
G = 23.96%
B = 10.76%

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

#BC451F (or 0xBC451F) is known color: Rust. HEX triplet: BC, 45 and 1F. RGB value is (188,69,31). Sum of RGB (Red+Green+Blue) = 188+69+31=288 (38% of max value = 765). Red value is 188 (73.83% from 255 or 65.28% from 288); Green value is 69 (27.34% from 255 or 23.96% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 188 - color contains mainly: red. Hex color #BC451F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC451F is #43BAE0. Grayscale: #646464. Windows color (decimal): -4438753 or 2049468. OLE color: 2049468.

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

Color convert

RGB 188 69 31 -
CMYK 0 0.63 0.84 0.26
HSL 14.52º 0.72% 0.43% -
HSV(B) 14.52º 0.84% 0.74% -
XYZ 23.11 15.05 2.98 -
YUV 100.25 88.92 190.59 -
System Red Green Blue C M Y K H S L
Decimal 188 69 31 0 0.63 0.84 0.26 14.52 0.72 0.43
Hex BC 45 1F 0 3F 54 1A F 48 2B
Octal 274 105 37 0 77 124 32 17 110 53
Binary 10111100 1000101 11111 0 111111 1010100 11010 1111 1001000 101011

Color Harmonies of #BC451F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC451F

Black with #BC451F

Text Example


Text Example

White with #BC451F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC451F; }

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

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

background-color css

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

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

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

border-color css

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

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

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