Html Css Color HEX #BC441A Rust

📋 copy color: '#BC441A'

red 188 ◦ green 68 ◦ blue 26

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

Shades of Rust #BC441A

Tints of Rust #BC441A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 66.67%
G = 24.11%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BC441A (or 0xBC441A) is known color: Rust. HEX triplet: BC, 44 and 1A. RGB value is (188,68,26). Sum of RGB (Red+Green+Blue) = 188+68+26=282 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.67% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 188 - color contains mainly: red. Hex color #BC441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC441A is #43BBE5. Grayscale: #636363. Windows color (decimal): -4439014 or 1721532. OLE color: 1721532.

HSL color Cylindrical-coordinate representation of color #BC441A: hue angle of 15.56º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC441A is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 26 -
CMYK 0 0.64 0.86 0.26
HSL 15.56º 0.76% 0.42% -
HSV(B) 15.56º 0.86% 0.74% -
XYZ 22.99 14.9 2.64 -
YUV 99.09 86.76 191.42 -
System Red Green Blue C M Y K H S L
Decimal 188 68 26 0 0.64 0.86 0.26 15.56 0.76 0.42
Hex BC 44 1A 0 40 56 1A 10 4C 2A
Octal 274 104 32 0 100 126 32 20 114 52
Binary 10111100 1000100 11010 0 1000000 1010110 11010 10000 1001100 101010

Color Harmonies of #BC441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC441A

Black with #BC441A

Text Example


Text Example

White with #BC441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC441A; }

 p { color: rgb(188,68,26); }

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

background-color css

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

 a { background-color: rgb(188,68,26); }

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

border-color css

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

 span { border-color: rgb(188,68,26); }

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