Html Css Color HEX #BB481E Rust

📋 copy color: '#BB481E'

red 187 ◦ green 72 ◦ blue 30

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

Shades of Rust #BB481E

Tints of Rust #BB481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 64.71%
G = 24.91%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB481E (or 0xBB481E) is known color: Rust. HEX triplet: BB, 48 and 1E. RGB value is (187,72,30). Sum of RGB (Red+Green+Blue) = 187+72+30=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 72 (28.52% from 255 or 24.91% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB481E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB481E is #44B7E1. Grayscale: #656565. Windows color (decimal): -4503522 or 1984699. OLE color: 1984699.

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

Color convert

RGB 187 72 30 -
CMYK 0 0.61 0.84 0.27
HSL 16.05º 0.72% 0.43% -
HSV(B) 16.05º 0.84% 0.73% -
XYZ 23.05 15.29 2.97 -
YUV 101.6 87.6 188.92 -
System Red Green Blue C M Y K H S L
Decimal 187 72 30 0 0.61 0.84 0.27 16.05 0.72 0.43
Hex BB 48 1E 0 3D 54 1B 10 48 2B
Octal 273 110 36 0 75 124 33 20 110 53
Binary 10111011 1001000 11110 0 111101 1010100 11011 10000 1001000 101011

Color Harmonies of #BB481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB481E

Black with #BB481E

Text Example


Text Example

White with #BB481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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