Html Css Color HEX #BC441B Rust

📋 copy color: '#BC441B'

red 188 ◦ green 68 ◦ blue 27

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

Shades of Rust #BC441B

Tints of Rust #BC441B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.54%

R = 66.43%
G = 24.03%
B = 9.54%

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

#BC441B (or 0xBC441B) is known color: Rust. HEX triplet: BC, 44 and 1B. RGB value is (188,68,27). Sum of RGB (Red+Green+Blue) = 188+68+27=283 (37% of max value = 765). Red value is 188 (73.83% from 255 or 66.43% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 27 (10.94% from 255 or 9.54% from 283); Max value from RGB is 188 - color contains mainly: red. Hex color #BC441B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC441B is #43BBE4. Grayscale: #636363. Windows color (decimal): -4439013 or 1787068. OLE color: 1787068.

HSL color Cylindrical-coordinate representation of color #BC441B: hue angle of 15.28º degrees, saturation: 0.75, 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 #BC441B is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 27 -
CMYK 0 0.64 0.86 0.26
HSL 15.28º 0.75% 0.42% -
HSV(B) 15.28º 0.86% 0.74% -
XYZ 23 14.9 2.7 -
YUV 99.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 188 68 27 0 0.64 0.86 0.26 15.28 0.75 0.42
Hex BC 44 1B 0 40 56 1A F 4B 2A
Octal 274 104 33 0 100 126 32 17 113 52
Binary 10111100 1000100 11011 0 1000000 1010110 11010 1111 1001011 101010

Color Harmonies of #BC441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC441B

Black with #BC441B

Text Example


Text Example

White with #BC441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC441B; }

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

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

background-color css

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

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

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

border-color css

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

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

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