Html Css Color HEX #BC441D Rust

📋 copy color: '#BC441D'

red 188 ◦ green 68 ◦ blue 29

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

Shades of Rust #BC441D

Tints of Rust #BC441D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.18%

R = 65.96%
G = 23.86%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BC441D (or 0xBC441D) is known color: Rust. HEX triplet: BC, 44 and 1D. RGB value is (188,68,29). Sum of RGB (Red+Green+Blue) = 188+68+29=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BC441D is #43BBE2. Grayscale: #636363. Windows color (decimal): -4439011 or 1918140. OLE color: 1918140.

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

Color convert

RGB 188 68 29 -
CMYK 0 0.64 0.85 0.26
HSL 14.72º 0.73% 0.43% -
HSV(B) 14.72º 0.85% 0.74% -
XYZ 23.03 14.91 2.83 -
YUV 99.43 88.26 191.17 -
System Red Green Blue C M Y K H S L
Decimal 188 68 29 0 0.64 0.85 0.26 14.72 0.73 0.43
Hex BC 44 1D 0 40 55 1A F 49 2B
Octal 274 104 35 0 100 125 32 17 111 53
Binary 10111100 1000100 11101 0 1000000 1010101 11010 1111 1001001 101011

Color Harmonies of #BC441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC441D

Black with #BC441D

Text Example


Text Example

White with #BC441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC441D; }

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

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

background-color css

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

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

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

border-color css

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

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

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