Html Css Color HEX #BB411F Rust

📋 copy color: '#BB411F'

red 187 ◦ green 65 ◦ blue 31

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

Shades of Rust #BB411F

Tints of Rust #BB411F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.97%

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 66.08%
G = 22.97%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB411F (or 0xBB411F) is known color: Rust. HEX triplet: BB, 41 and 1F. RGB value is (187,65,31). Sum of RGB (Red+Green+Blue) = 187+65+31=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB411F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB411F is #44BEE0. Grayscale: #616161. Windows color (decimal): -4505313 or 2048443. OLE color: 2048443.

HSL color Cylindrical-coordinate representation of color #BB411F: hue angle of 13.08º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB411F is Cyan = 0, Magento = 0.65, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 65 31 -
CMYK 0 0.65 0.83 0.27
HSL 13.08º 0.72% 0.43% -
HSV(B) 13.08º 0.83% 0.73% -
XYZ 22.63 14.44 2.89 -
YUV 97.6 90.42 191.76 -
System Red Green Blue C M Y K H S L
Decimal 187 65 31 0 0.65 0.83 0.27 13.08 0.72 0.43
Hex BB 41 1F 0 41 53 1B D 48 2B
Octal 273 101 37 0 101 123 33 15 110 53
Binary 10111011 1000001 11111 0 1000001 1010011 11011 1101 1001000 101011

Color Harmonies of #BB411F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB411F

Black with #BB411F

Text Example


Text Example

White with #BB411F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB411F; }

 p { color: rgb(187,65,31); }

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

background-color css

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

 a { background-color: rgb(187,65,31); }

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

border-color css

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

 span { border-color: rgb(187,65,31); }

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