Html Css Color HEX #BB5313 Rust

📋 copy color: '#BB5313'

red 187 ◦ green 83 ◦ blue 19

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

Shades of Rust #BB5313

Tints of Rust #BB5313

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.72%

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

R = 64.71%
G = 28.72%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB5313 (or 0xBB5313) is known color: Rust. HEX triplet: BB, 53 and 13. RGB value is (187,83,19). Sum of RGB (Red+Green+Blue) = 187+83+19=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 83 (32.81% from 255 or 28.72% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5313 is #44ACEC. Grayscale: #6B6B6B. Windows color (decimal): -4500717 or 1266619. OLE color: 1266619.

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

Color convert

RGB 187 83 19 -
CMYK 0 0.56 0.90 0.27
HSL 22.86º 0.82% 0.4% -
HSV(B) 22.86º 0.9% 0.73% -
XYZ 23.7 16.8 2.61 -
YUV 106.8 78.46 185.2 -
System Red Green Blue C M Y K H S L
Decimal 187 83 19 0 0.56 0.90 0.27 22.86 0.82 0.4
Hex BB 53 13 0 38 5A 1B 17 52 28
Octal 273 123 23 0 70 132 33 27 122 50
Binary 10111011 1010011 10011 0 111000 1011010 11011 10111 1010010 101000

Color Harmonies of #BB5313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5313

Black with #BB5313

Text Example


Text Example

White with #BB5313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5313; }

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

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

background-color css

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

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

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

border-color css

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

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

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