Html Css Color HEX #BB4519 Rust

📋 copy color: '#BB4519'

red 187 ◦ green 69 ◦ blue 25

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

Shades of Rust #BB4519

Tints of Rust #BB4519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.56%

 BLUE value IS 25 (10.16% from 255) = 8.9%

R = 66.55%
G = 24.56%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB4519 (or 0xBB4519) is known color: Rust. HEX triplet: BB, 45 and 19. RGB value is (187,69,25). Sum of RGB (Red+Green+Blue) = 187+69+25=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4519 is #44BAE6. Grayscale: #636363. Windows color (decimal): -4504295 or 1656251. OLE color: 1656251.

HSL color Cylindrical-coordinate representation of color #BB4519: hue angle of 16.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB4519 is Cyan = 0, Magento = 0.63, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 25 -
CMYK 0 0.63 0.87 0.27
HSL 16.3º 0.76% 0.42% -
HSV(B) 16.3º 0.87% 0.73% -
XYZ 22.8 14.89 2.59 -
YUV 99.27 86.09 190.58 -
System Red Green Blue C M Y K H S L
Decimal 187 69 25 0 0.63 0.87 0.27 16.3 0.76 0.42
Hex BB 45 19 0 3F 57 1B 10 4C 2A
Octal 273 105 31 0 77 127 33 20 114 52
Binary 10111011 1000101 11001 0 111111 1010111 11011 10000 1001100 101010

Color Harmonies of #BB4519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4519

Black with #BB4519

Text Example


Text Example

White with #BB4519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4519; }

 p { color: rgb(187,69,25); }

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

background-color css

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

 a { background-color: rgb(187,69,25); }

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

border-color css

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

 span { border-color: rgb(187,69,25); }

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