Html Css Color HEX #BB480D Rust

📋 copy color: '#BB480D'

red 187 ◦ green 72 ◦ blue 13

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

Shades of Rust #BB480D

Tints of Rust #BB480D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.78%

R = 68.75%
G = 26.47%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB480D (or 0xBB480D) is known color: Rust. HEX triplet: BB, 48 and 0D. RGB value is (187,72,13). Sum of RGB (Red+Green+Blue) = 187+72+13=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 13 (5.47% from 255 or 4.78% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB480D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB480D is #44B7F2. Grayscale: #646464. Windows color (decimal): -4503539 or 870587. OLE color: 870587.

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

Color convert

RGB 187 72 13 -
CMYK 0 0.61 0.93 0.27
HSL 20.34º 0.87% 0.39% -
HSV(B) 20.34º 0.93% 0.73% -
XYZ 22.88 15.23 2.11 -
YUV 99.66 79.1 190.3 -
System Red Green Blue C M Y K H S L
Decimal 187 72 13 0 0.61 0.93 0.27 20.34 0.87 0.39
Hex BB 48 D 0 3D 5D 1B 14 57 27
Octal 273 110 15 0 75 135 33 24 127 47
Binary 10111011 1001000 1101 0 111101 1011101 11011 10100 1010111 100111

Color Harmonies of #BB480D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB480D

Black with #BB480D

Text Example


Text Example

White with #BB480D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB480D; }

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

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

background-color css

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

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

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

border-color css

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

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

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