Html Css Color HEX #BB3101 Rust

📋 copy color: '#BB3101'

red 187 ◦ green 49 ◦ blue 1

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

Shades of Rust #BB3101

Tints of Rust #BB3101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 78.9%
G = 20.68%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB3101 (or 0xBB3101) is known color: Rust. HEX triplet: BB, 31 and 01. RGB value is (187,49,1). Sum of RGB (Red+Green+Blue) = 187+49+1=237 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.90% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3101 is #44CEFE. Grayscale: #555555. Windows color (decimal): -4509439 or 78267. OLE color: 78267.

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

Color convert

RGB 187 49 1 -
CMYK 0 0.74 0.99 0.27
HSL 15.48º 0.99% 0.37% -
HSV(B) 15.48º 0.99% 0.73% -
XYZ 21.6 12.76 1.35 -
YUV 84.79 80.72 200.9 -
System Red Green Blue C M Y K H S L
Decimal 187 49 1 0 0.74 0.99 0.27 15.48 0.99 0.37
Hex BB 31 1 0 4A 63 1B F 63 25
Octal 273 61 1 0 112 143 33 17 143 45
Binary 10111011 110001 1 0 1001010 1100011 11011 1111 1100011 100101

Color Harmonies of #BB3101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3101

Black with #BB3101

Text Example


Text Example

White with #BB3101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3101; }

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

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

background-color css

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

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

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

border-color css

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

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

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