Html Css Color HEX #BB480A Rust

📋 copy color: '#BB480A'

red 187 ◦ green 72 ◦ blue 10

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

Shades of Rust #BB480A

Tints of Rust #BB480A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.72%

R = 69.52%
G = 26.77%
B = 3.72%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB480A (or 0xBB480A) is known color: Rust. HEX triplet: BB, 48 and 0A. RGB value is (187,72,10). Sum of RGB (Red+Green+Blue) = 187+72+10=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB480A is #44B7F5. Grayscale: #636363. Windows color (decimal): -4503542 or 673979. OLE color: 673979.

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

Color convert

RGB 187 72 10 -
CMYK 0 0.61 0.95 0.27
HSL 21.02º 0.9% 0.39% -
HSV(B) 21.02º 0.95% 0.73% -
XYZ 22.87 15.22 2.02 -
YUV 99.32 77.6 190.54 -
System Red Green Blue C M Y K H S L
Decimal 187 72 10 0 0.61 0.95 0.27 21.02 0.9 0.39
Hex BB 48 A 0 3D 5F 1B 15 5A 27
Octal 273 110 12 0 75 137 33 25 132 47
Binary 10111011 1001000 1010 0 111101 1011111 11011 10101 1011010 100111

Color Harmonies of #BB480A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB480A

Black with #BB480A

Text Example


Text Example

White with #BB480A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB480A; }

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

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

background-color css

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

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

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

border-color css

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

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

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