Html Css Color HEX #BB5413 Rust

📋 copy color: '#BB5413'

red 187 ◦ green 84 ◦ blue 19

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

Shades of Rust #BB5413

Tints of Rust #BB5413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 28.97%

 BLUE value IS 19 (7.81% from 255) = 6.55%

R = 64.48%
G = 28.97%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB5413 (or 0xBB5413) is known color: Rust. HEX triplet: BB, 54 and 13. RGB value is (187,84,19). Sum of RGB (Red+Green+Blue) = 187+84+19=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 84 (33.20% from 255 or 28.97% from 290); Blue value is 19 (7.81% from 255 or 6.55% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5413 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5413 is #44ABEC. Grayscale: #6B6B6B. Windows color (decimal): -4500461 or 1266875. OLE color: 1266875.

HSL color Cylindrical-coordinate representation of color #BB5413: hue angle of 23.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB5413 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 84 19 -
CMYK 0 0.55 0.90 0.27
HSL 23.21º 0.82% 0.4% -
HSV(B) 23.21º 0.9% 0.73% -
XYZ 23.78 16.95 2.63 -
YUV 107.39 78.12 184.79 -
System Red Green Blue C M Y K H S L
Decimal 187 84 19 0 0.55 0.90 0.27 23.21 0.82 0.4
Hex BB 54 13 0 37 5A 1B 17 52 28
Octal 273 124 23 0 67 132 33 27 122 50
Binary 10111011 1010100 10011 0 110111 1011010 11011 10111 1010010 101000

Color Harmonies of #BB5413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5413

Black with #BB5413

Text Example


Text Example

White with #BB5413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5413; }

 p { color: rgb(187,84,19); }

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

background-color css

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

 a { background-color: rgb(187,84,19); }

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

border-color css

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

 span { border-color: rgb(187,84,19); }

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