Html Css Color HEX #BB481D Rust

📋 copy color: '#BB481D'

red 187 ◦ green 72 ◦ blue 29

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

Shades of Rust #BB481D

Tints of Rust #BB481D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.07%

R = 64.93%
G = 25%
B = 10.07%

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

#BB481D (or 0xBB481D) is known color: Rust. HEX triplet: BB, 48 and 1D. RGB value is (187,72,29). Sum of RGB (Red+Green+Blue) = 187+72+29=288 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.93% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 187 - color contains mainly: red. Hex color #BB481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB481D is #44B7E2. Grayscale: #656565. Windows color (decimal): -4503523 or 1919163. OLE color: 1919163.

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

Color convert

RGB 187 72 29 -
CMYK 0 0.61 0.84 0.27
HSL 16.33º 0.73% 0.42% -
HSV(B) 16.33º 0.84% 0.73% -
XYZ 23.03 15.29 2.9 -
YUV 101.48 87.1 189 -
System Red Green Blue C M Y K H S L
Decimal 187 72 29 0 0.61 0.84 0.27 16.33 0.73 0.42
Hex BB 48 1D 0 3D 54 1B 10 49 2A
Octal 273 110 35 0 75 124 33 20 111 52
Binary 10111011 1001000 11101 0 111101 1010100 11011 10000 1001001 101010

Color Harmonies of #BB481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB481D

Black with #BB481D

Text Example


Text Example

White with #BB481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB481D; }

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

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

background-color css

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

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

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

border-color css

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

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

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