Html Css Color HEX #BB4619 Rust

📋 copy color: '#BB4619'

red 187 ◦ green 70 ◦ blue 25

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

Shades of Rust #BB4619

Tints of Rust #BB4619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.82%

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

R = 66.31%
G = 24.82%
B = 8.87%

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

#BB4619 (or 0xBB4619) is known color: Rust. HEX triplet: BB, 46 and 19. RGB value is (187,70,25). Sum of RGB (Red+Green+Blue) = 187+70+25=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4619 is #44B9E6. Grayscale: #646464. Windows color (decimal): -4504039 or 1656507. OLE color: 1656507.

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

Color convert

RGB 187 70 25 -
CMYK 0 0.63 0.87 0.27
HSL 16.67º 0.76% 0.42% -
HSV(B) 16.67º 0.87% 0.73% -
XYZ 22.86 15.02 2.61 -
YUV 99.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 187 70 25 0 0.63 0.87 0.27 16.67 0.76 0.42
Hex BB 46 19 0 3F 57 1B 11 4C 2A
Octal 273 106 31 0 77 127 33 21 114 52
Binary 10111011 1000110 11001 0 111111 1010111 11011 10001 1001100 101010

Color Harmonies of #BB4619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4619

Black with #BB4619

Text Example


Text Example

White with #BB4619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4619; }

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

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

background-color css

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

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

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

border-color css

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

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

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