Html Css Color HEX #BC440D Rust

📋 copy color: '#BC440D'

red 188 ◦ green 68 ◦ blue 13

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

Shades of Rust #BC440D

Tints of Rust #BC440D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.83%

R = 69.89%
G = 25.28%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC440D (or 0xBC440D) is known color: Rust. HEX triplet: BC, 44 and 0D. RGB value is (188,68,13). Sum of RGB (Red+Green+Blue) = 188+68+13=269 (35% of max value = 765). Red value is 188 (73.83% from 255 or 69.89% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 13 (5.47% from 255 or 4.83% from 269); Max value from RGB is 188 - color contains mainly: red. Hex color #BC440D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC440D is #43BBF2. Grayscale: #616161. Windows color (decimal): -4439027 or 869564. OLE color: 869564.

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

Color convert

RGB 188 68 13 -
CMYK 0 0.64 0.93 0.26
HSL 18.86º 0.87% 0.39% -
HSV(B) 18.86º 0.93% 0.74% -
XYZ 22.88 14.85 2.04 -
YUV 97.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 188 68 13 0 0.64 0.93 0.26 18.86 0.87 0.39
Hex BC 44 D 0 40 5D 1A 13 57 27
Octal 274 104 15 0 100 135 32 23 127 47
Binary 10111100 1000100 1101 0 1000000 1011101 11010 10011 1010111 100111

Color Harmonies of #BC440D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC440D

Black with #BC440D

Text Example


Text Example

White with #BC440D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC440D; }

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

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

background-color css

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

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

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

border-color css

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

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

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