Html Css Color HEX #BC440C Rust

📋 copy color: '#BC440C'

red 188 ◦ green 68 ◦ blue 12

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

Shades of Rust #BC440C

Tints of Rust #BC440C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.48%

R = 70.15%
G = 25.37%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BC440C (or 0xBC440C) is known color: Rust. HEX triplet: BC, 44 and 0C. RGB value is (188,68,12). Sum of RGB (Red+Green+Blue) = 188+68+12=268 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.15% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 188 - color contains mainly: red. Hex color #BC440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC440C is #43BBF3. Grayscale: #616161. Windows color (decimal): -4439028 or 804028. OLE color: 804028.

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

Color convert

RGB 188 68 12 -
CMYK 0 0.64 0.94 0.26
HSL 19.09º 0.88% 0.39% -
HSV(B) 19.09º 0.94% 0.74% -
XYZ 22.87 14.85 2.01 -
YUV 97.5 79.76 192.55 -
System Red Green Blue C M Y K H S L
Decimal 188 68 12 0 0.64 0.94 0.26 19.09 0.88 0.39
Hex BC 44 C 0 40 5E 1A 13 58 27
Octal 274 104 14 0 100 136 32 23 130 47
Binary 10111100 1000100 1100 0 1000000 1011110 11010 10011 1011000 100111

Color Harmonies of #BC440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC440C

Black with #BC440C

Text Example


Text Example

White with #BC440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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