Html Css Color HEX #BB3100 Rust

📋 copy color: '#BB3100'

red 187 ◦ green 49 ◦ blue 0

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

Shades of Rust #BB3100

Tints of Rust #BB3100

RGB

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

 GREEN value IS 49 (19.53% from 255) = 20.76%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.24%
G = 20.76%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#BB3100 (or 0xBB3100) is known color: Rust. HEX triplet: BB, 31 and 00. RGB value is (187,49,0). Sum of RGB (Red+Green+Blue) = 187+49+0=236 (31% of max value = 765). Red value is 187 (73.44% from 255 or 79.24% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 0 (0.39% from 255 or 0% from 236); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3100 is #44CEFF. Grayscale: #555555. Windows color (decimal): -4509440 or 12731. OLE color: 12731.

HSL color Cylindrical-coordinate representation of color #BB3100: hue angle of 15.72º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB3100 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 49 0 -
CMYK 0 0.74 1 0.27
HSL 15.72º 1% 0.37% -
HSV(B) 15.72º 1% 0.73% -
XYZ 21.59 12.76 1.33 -
YUV 84.68 80.22 200.98 -
System Red Green Blue C M Y K H S L
Decimal 187 49 0 0 0.74 1 0.27 15.72 1 0.37
Hex BB 31 0 0 4A 64 1B 10 64 25
Octal 273 61 0 0 112 144 33 20 144 45
Binary 10111011 110001 0 0 1001010 1100100 11011 10000 1100100 100101

Color Harmonies of #BB3100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3100

Black with #BB3100

Text Example


Text Example

White with #BB3100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3100; }

 p { color: rgb(187,49,0); }

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

background-color css

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

 a { background-color: rgb(187,49,0); }

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

border-color css

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

 span { border-color: rgb(187,49,0); }

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