Html Css Color HEX #BB450B Rust

📋 copy color: '#BB450B'

red 187 ◦ green 69 ◦ blue 11

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

Shades of Rust #BB450B

Tints of Rust #BB450B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.84%

 BLUE value IS 11 (4.69% from 255) = 4.12%

R = 70.04%
G = 25.84%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BB450B (or 0xBB450B) is known color: Rust. HEX triplet: BB, 45 and 0B. RGB value is (187,69,11). Sum of RGB (Red+Green+Blue) = 187+69+11=267 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.04% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 187 - color contains mainly: red. Hex color #BB450B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB450B is #44BAF4. Grayscale: #626262. Windows color (decimal): -4504309 or 738747. OLE color: 738747.

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

Color convert

RGB 187 69 11 -
CMYK 0 0.63 0.94 0.27
HSL 19.77º 0.89% 0.39% -
HSV(B) 19.77º 0.94% 0.73% -
XYZ 22.68 14.85 1.99 -
YUV 97.67 79.09 191.72 -
System Red Green Blue C M Y K H S L
Decimal 187 69 11 0 0.63 0.94 0.27 19.77 0.89 0.39
Hex BB 45 B 0 3F 5E 1B 14 59 27
Octal 273 105 13 0 77 136 33 24 131 47
Binary 10111011 1000101 1011 0 111111 1011110 11011 10100 1011001 100111

Color Harmonies of #BB450B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB450B

Black with #BB450B

Text Example


Text Example

White with #BB450B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB450B; }

 p { color: rgb(187,69,11); }

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

background-color css

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

 a { background-color: rgb(187,69,11); }

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

border-color css

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

 span { border-color: rgb(187,69,11); }

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