Html Css Color HEX #BB451D Rust

📋 copy color: '#BB451D'

red 187 ◦ green 69 ◦ blue 29

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

Shades of Rust #BB451D

Tints of Rust #BB451D

RGB

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

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

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

R = 65.61%
G = 24.21%
B = 10.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB451D (or 0xBB451D) is known color: Rust. HEX triplet: BB, 45 and 1D. RGB value is (187,69,29). Sum of RGB (Red+Green+Blue) = 187+69+29=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 29 (11.72% from 255 or 10.18% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB451D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB451D is #44BAE2. Grayscale: #646464. Windows color (decimal): -4504291 or 1918395. OLE color: 1918395.

HSL color Cylindrical-coordinate representation of color #BB451D: hue angle of 15.19º 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 #BB451D is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 69 29 -
CMYK 0 0.63 0.84 0.27
HSL 15.19º 0.73% 0.42% -
HSV(B) 15.19º 0.84% 0.73% -
XYZ 22.84 14.91 2.84 -
YUV 99.72 88.09 190.25 -
System Red Green Blue C M Y K H S L
Decimal 187 69 29 0 0.63 0.84 0.27 15.19 0.73 0.42
Hex BB 45 1D 0 3F 54 1B F 49 2A
Octal 273 105 35 0 77 124 33 17 111 52
Binary 10111011 1000101 11101 0 111111 1010100 11011 1111 1001001 101010

Color Harmonies of #BB451D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB451D

Black with #BB451D

Text Example


Text Example

White with #BB451D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB451D; }

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

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

background-color css

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

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

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

border-color css

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

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

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