Html Css Color HEX #BB401F Rust

📋 copy color: '#BB401F'

red 187 ◦ green 64 ◦ blue 31

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

Shades of Rust #BB401F

Tints of Rust #BB401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

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

R = 66.31%
G = 22.7%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB401F (or 0xBB401F) is known color: Rust. HEX triplet: BB, 40 and 1F. RGB value is (187,64,31). Sum of RGB (Red+Green+Blue) = 187+64+31=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB401F is #44BFE0. Grayscale: #616161. Windows color (decimal): -4505569 or 2048187. OLE color: 2048187.

HSL color Cylindrical-coordinate representation of color #BB401F: hue angle of 12.69º 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 #BB401F is Cyan = 0, Magento = 0.66, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 31 -
CMYK 0 0.66 0.83 0.27
HSL 12.69º 0.72% 0.43% -
HSV(B) 12.69º 0.83% 0.73% -
XYZ 22.57 14.33 2.87 -
YUV 97.02 90.75 192.18 -
System Red Green Blue C M Y K H S L
Decimal 187 64 31 0 0.66 0.83 0.27 12.69 0.72 0.43
Hex BB 40 1F 0 42 53 1B D 48 2B
Octal 273 100 37 0 102 123 33 15 110 53
Binary 10111011 1000000 11111 0 1000010 1010011 11011 1101 1001000 101011

Color Harmonies of #BB401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB401F

Black with #BB401F

Text Example


Text Example

White with #BB401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB401F; }

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

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

background-color css

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

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

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

border-color css

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

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

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