Html Css Color HEX #BB4814 Rust

📋 copy color: '#BB4814'

red 187 ◦ green 72 ◦ blue 20

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

Shades of Rust #BB4814

Tints of Rust #BB4814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.17%

R = 67.03%
G = 25.81%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB4814 (or 0xBB4814) is known color: Rust. HEX triplet: BB, 48 and 14. RGB value is (187,72,20). Sum of RGB (Red+Green+Blue) = 187+72+20=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 20 (8.20% from 255 or 7.17% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4814 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4814 is #44B7EB. Grayscale: #646464. Windows color (decimal): -4503532 or 1329339. OLE color: 1329339.

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

Color convert

RGB 187 72 20 -
CMYK 0 0.61 0.89 0.27
HSL 18.68º 0.81% 0.41% -
HSV(B) 18.68º 0.89% 0.73% -
XYZ 22.94 15.25 2.4 -
YUV 100.46 82.6 189.73 -
System Red Green Blue C M Y K H S L
Decimal 187 72 20 0 0.61 0.89 0.27 18.68 0.81 0.41
Hex BB 48 14 0 3D 59 1B 13 51 29
Octal 273 110 24 0 75 131 33 23 121 51
Binary 10111011 1001000 10100 0 111101 1011001 11011 10011 1010001 101001

Color Harmonies of #BB4814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4814

Black with #BB4814

Text Example


Text Example

White with #BB4814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4814; }

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

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

background-color css

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

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

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

border-color css

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

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

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