Html Css Color HEX #BB481A Rust

📋 copy color: '#BB481A'

red 187 ◦ green 72 ◦ blue 26

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

Shades of Rust #BB481A

Tints of Rust #BB481A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.12%

R = 65.61%
G = 25.26%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB481A (or 0xBB481A) is known color: Rust. HEX triplet: BB, 48 and 1A. RGB value is (187,72,26). Sum of RGB (Red+Green+Blue) = 187+72+26=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 26 (10.55% from 255 or 9.12% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB481A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB481A is #44B7E5. Grayscale: #656565. Windows color (decimal): -4503526 or 1722555. OLE color: 1722555.

HSL color Cylindrical-coordinate representation of color #BB481A: hue angle of 17.14º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB481A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 72 26 -
CMYK 0 0.61 0.86 0.27
HSL 17.14º 0.76% 0.42% -
HSV(B) 17.14º 0.86% 0.73% -
XYZ 23 15.27 2.71 -
YUV 101.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 187 72 26 0 0.61 0.86 0.27 17.14 0.76 0.42
Hex BB 48 1A 0 3D 56 1B 11 4C 2A
Octal 273 110 32 0 75 126 33 21 114 52
Binary 10111011 1001000 11010 0 111101 1010110 11011 10001 1001100 101010

Color Harmonies of #BB481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB481A

Black with #BB481A

Text Example


Text Example

White with #BB481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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