Html Css Color HEX #BB531A Rust

📋 copy color: '#BB531A'

red 187 ◦ green 83 ◦ blue 26

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

Shades of Rust #BB531A

Tints of Rust #BB531A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.78%

R = 63.18%
G = 28.04%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB531A (or 0xBB531A) is known color: Rust. HEX triplet: BB, 53 and 1A. RGB value is (187,83,26). Sum of RGB (Red+Green+Blue) = 187+83+26=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB531A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB531A is #44ACE5. Grayscale: #6B6B6B. Windows color (decimal): -4500710 or 1725371. OLE color: 1725371.

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

Color convert

RGB 187 83 26 -
CMYK 0 0.56 0.86 0.27
HSL 21.24º 0.76% 0.42% -
HSV(B) 21.24º 0.86% 0.73% -
XYZ 23.77 16.83 2.97 -
YUV 107.6 81.96 184.63 -
System Red Green Blue C M Y K H S L
Decimal 187 83 26 0 0.56 0.86 0.27 21.24 0.76 0.42
Hex BB 53 1A 0 38 56 1B 15 4C 2A
Octal 273 123 32 0 70 126 33 25 114 52
Binary 10111011 1010011 11010 0 111000 1010110 11011 10101 1001100 101010

Color Harmonies of #BB531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB531A

Black with #BB531A

Text Example


Text Example

White with #BB531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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