Html Css Color HEX #BC440B Rust

📋 copy color: '#BC440B'

red 188 ◦ green 68 ◦ blue 11

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

Shades of Rust #BC440B

Tints of Rust #BC440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 70.41%
G = 25.47%
B = 4.12%

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

#BC440B (or 0xBC440B) is known color: Rust. HEX triplet: BC, 44 and 0B. RGB value is (188,68,11). Sum of RGB (Red+Green+Blue) = 188+68+11=267 (35% of max value = 765). Red value is 188 (73.83% from 255 or 70.41% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 188 - color contains mainly: red. Hex color #BC440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC440B is #43BBF4. Grayscale: #616161. Windows color (decimal): -4439029 or 738492. OLE color: 738492.

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

Color convert

RGB 188 68 11 -
CMYK 0 0.64 0.94 0.26
HSL 19.32º 0.89% 0.39% -
HSV(B) 19.32º 0.94% 0.74% -
XYZ 22.87 14.85 1.98 -
YUV 97.38 79.26 192.63 -
System Red Green Blue C M Y K H S L
Decimal 188 68 11 0 0.64 0.94 0.26 19.32 0.89 0.39
Hex BC 44 B 0 40 5E 1A 13 59 27
Octal 274 104 13 0 100 136 32 23 131 47
Binary 10111100 1000100 1011 0 1000000 1011110 11010 10011 1011001 100111

Color Harmonies of #BC440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC440B

Black with #BC440B

Text Example


Text Example

White with #BC440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC440B; }

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

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

background-color css

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

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

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

border-color css

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

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

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