Html Css Color HEX #BB4120 Rust

📋 copy color: '#BB4120'

red 187 ◦ green 65 ◦ blue 32

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

Shades of Rust #BB4120

Tints of Rust #BB4120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

 BLUE value IS 32 (12.89% from 255) = 11.27%

R = 65.85%
G = 22.89%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB4120 (or 0xBB4120) is known color: Rust. HEX triplet: BB, 41 and 20. RGB value is (187,65,32). Sum of RGB (Red+Green+Blue) = 187+65+32=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4120 is #44BEDF. Grayscale: #616161. Windows color (decimal): -4505312 or 2113979. OLE color: 2113979.

HSL color Cylindrical-coordinate representation of color #BB4120: hue angle of 12.77º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB4120 is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 32 -
CMYK 0 0.65 0.83 0.27
HSL 12.77º 0.71% 0.43% -
HSV(B) 12.77º 0.83% 0.73% -
XYZ 22.64 14.45 2.96 -
YUV 97.72 90.92 191.68 -
System Red Green Blue C M Y K H S L
Decimal 187 65 32 0 0.65 0.83 0.27 12.77 0.71 0.43
Hex BB 41 20 0 41 53 1B D 47 2B
Octal 273 101 40 0 101 123 33 15 107 53
Binary 10111011 1000001 100000 0 1000001 1010011 11011 1101 1000111 101011

Color Harmonies of #BB4120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4120

Black with #BB4120

Text Example


Text Example

White with #BB4120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4120; }

 p { color: rgb(187,65,32); }

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

background-color css

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

 a { background-color: rgb(187,65,32); }

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

border-color css

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

 span { border-color: rgb(187,65,32); }

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