Html Css Color HEX #BB4919 Rust

📋 copy color: '#BB4919'

red 187 ◦ green 73 ◦ blue 25

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

Shades of Rust #BB4919

Tints of Rust #BB4919

RGB

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

 GREEN value IS 73 (28.91% from 255) = 25.61%

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

R = 65.61%
G = 25.61%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB4919 (or 0xBB4919) is known color: Rust. HEX triplet: BB, 49 and 19. RGB value is (187,73,25). Sum of RGB (Red+Green+Blue) = 187+73+25=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 73 (28.91% from 255 or 25.61% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4919 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4919 is #44B6E6. Grayscale: #656565. Windows color (decimal): -4503271 or 1657275. OLE color: 1657275.

HSL color Cylindrical-coordinate representation of color #BB4919: hue angle of 17.78º 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 #BB4919 is Cyan = 0, Magento = 0.61, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 25 -
CMYK 0 0.61 0.87 0.27
HSL 17.78º 0.76% 0.42% -
HSV(B) 17.78º 0.87% 0.73% -
XYZ 23.05 15.4 2.68 -
YUV 101.61 84.77 188.9 -
System Red Green Blue C M Y K H S L
Decimal 187 73 25 0 0.61 0.87 0.27 17.78 0.76 0.42
Hex BB 49 19 0 3D 57 1B 12 4C 2A
Octal 273 111 31 0 75 127 33 22 114 52
Binary 10111011 1001001 11001 0 111101 1010111 11011 10010 1001100 101010

Color Harmonies of #BB4919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4919

Black with #BB4919

Text Example


Text Example

White with #BB4919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4919; }

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

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

background-color css

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

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

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

border-color css

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

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

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