Html Css Color HEX #BB451E Rust

📋 copy color: '#BB451E'

red 187 ◦ green 69 ◦ blue 30

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

Shades of Rust #BB451E

Tints of Rust #BB451E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.49%

R = 65.38%
G = 24.13%
B = 10.49%

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

#BB451E (or 0xBB451E) is known color: Rust. HEX triplet: BB, 45 and 1E. RGB value is (187,69,30). Sum of RGB (Red+Green+Blue) = 187+69+30=286 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.38% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 187 - color contains mainly: red. Hex color #BB451E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB451E is #44BAE1. Grayscale: #646464. Windows color (decimal): -4504290 or 1983931. OLE color: 1983931.

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

Color convert

RGB 187 69 30 -
CMYK 0 0.63 0.84 0.27
HSL 14.9º 0.72% 0.43% -
HSV(B) 14.9º 0.84% 0.73% -
XYZ 22.86 14.91 2.9 -
YUV 99.84 88.59 190.17 -
System Red Green Blue C M Y K H S L
Decimal 187 69 30 0 0.63 0.84 0.27 14.9 0.72 0.43
Hex BB 45 1E 0 3F 54 1B F 48 2B
Octal 273 105 36 0 77 124 33 17 110 53
Binary 10111011 1000101 11110 0 111111 1010100 11011 1111 1001000 101011

Color Harmonies of #BB451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB451E

Black with #BB451E

Text Example


Text Example

White with #BB451E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB451E; }

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

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

background-color css

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

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

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

border-color css

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

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

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