Html Css Color HEX #BB481F Rust

📋 copy color: '#BB481F'

red 187 ◦ green 72 ◦ blue 31

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

Shades of Rust #BB481F

Tints of Rust #BB481F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.83%

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

R = 64.48%
G = 24.83%
B = 10.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB481F (or 0xBB481F) is known color: Rust. HEX triplet: BB, 48 and 1F. RGB value is (187,72,31). Sum of RGB (Red+Green+Blue) = 187+72+31=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 72 (28.52% from 255 or 24.83% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB481F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB481F is #44B7E0. Grayscale: #656565. Windows color (decimal): -4503521 or 2050235. OLE color: 2050235.

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

Color convert

RGB 187 72 31 -
CMYK 0 0.61 0.83 0.27
HSL 15.77º 0.72% 0.43% -
HSV(B) 15.77º 0.83% 0.73% -
XYZ 23.06 15.3 3.03 -
YUV 101.71 88.1 188.83 -
System Red Green Blue C M Y K H S L
Decimal 187 72 31 0 0.61 0.83 0.27 15.77 0.72 0.43
Hex BB 48 1F 0 3D 53 1B 10 48 2B
Octal 273 110 37 0 75 123 33 20 110 53
Binary 10111011 1001000 11111 0 111101 1010011 11011 10000 1001000 101011

Color Harmonies of #BB481F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB481F

Black with #BB481F

Text Example


Text Example

White with #BB481F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB481F; }

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

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

background-color css

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

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

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

border-color css

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

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

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