Html Css Color HEX #BB5314 Rust

📋 copy color: '#BB5314'

red 187 ◦ green 83 ◦ blue 20

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

Shades of Rust #BB5314

Tints of Rust #BB5314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 64.48%
G = 28.62%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB5314 (or 0xBB5314) is known color: Rust. HEX triplet: BB, 53 and 14. RGB value is (187,83,20). Sum of RGB (Red+Green+Blue) = 187+83+20=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5314 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BB5314 is #44ACEB. Grayscale: #6B6B6B. Windows color (decimal): -4500716 or 1332155. OLE color: 1332155.

HSL color Cylindrical-coordinate representation of color #BB5314: hue angle of 22.63º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB5314 is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 83 20 -
CMYK 0 0.56 0.89 0.27
HSL 22.63º 0.81% 0.41% -
HSV(B) 22.63º 0.89% 0.73% -
XYZ 23.71 16.8 2.66 -
YUV 106.91 78.96 185.12 -
System Red Green Blue C M Y K H S L
Decimal 187 83 20 0 0.56 0.89 0.27 22.63 0.81 0.41
Hex BB 53 14 0 38 59 1B 17 51 29
Octal 273 123 24 0 70 131 33 27 121 51
Binary 10111011 1010011 10100 0 111000 1011001 11011 10111 1010001 101001

Color Harmonies of #BB5314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5314

Black with #BB5314

Text Example


Text Example

White with #BB5314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5314; }

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

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

background-color css

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

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

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

border-color css

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

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

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