Html Css Color HEX #BB440E Rust

📋 copy color: '#BB440E'

red 187 ◦ green 68 ◦ blue 14

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

Shades of Rust #BB440E

Tints of Rust #BB440E

RGB

 RED value IS 187 (73.44% from 255) = 69.52%

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

 BLUE value IS 14 (5.86% from 255) = 5.2%

R = 69.52%
G = 25.28%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB440E (or 0xBB440E) is known color: Rust. HEX triplet: BB, 44 and 0E. RGB value is (187,68,14). Sum of RGB (Red+Green+Blue) = 187+68+14=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 68 (26.95% from 255 or 25.28% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB440E is #44BBF1. Grayscale: #616161. Windows color (decimal): -4504562 or 935099. OLE color: 935099.

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

Color convert

RGB 187 68 14 -
CMYK 0 0.64 0.93 0.27
HSL 18.73º 0.86% 0.39% -
HSV(B) 18.73º 0.93% 0.73% -
XYZ 22.64 14.73 2.07 -
YUV 97.43 80.92 191.89 -
System Red Green Blue C M Y K H S L
Decimal 187 68 14 0 0.64 0.93 0.27 18.73 0.86 0.39
Hex BB 44 E 0 40 5D 1B 13 56 27
Octal 273 104 16 0 100 135 33 23 126 47
Binary 10111011 1000100 1110 0 1000000 1011101 11011 10011 1010110 100111

Color Harmonies of #BB440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB440E

Black with #BB440E

Text Example


Text Example

White with #BB440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB440E; }

 p { color: rgb(187,68,14); }

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

background-color css

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

 a { background-color: rgb(187,68,14); }

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

border-color css

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

 span { border-color: rgb(187,68,14); }

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