Html Css Color HEX #BB4214 Rust

📋 copy color: '#BB4214'

red 187 ◦ green 66 ◦ blue 20

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

Shades of Rust #BB4214

Tints of Rust #BB4214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.18%

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

R = 68.5%
G = 24.18%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB4214 (or 0xBB4214) is known color: Rust. HEX triplet: BB, 42 and 14. RGB value is (187,66,20). Sum of RGB (Red+Green+Blue) = 187+66+20=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 66 (26.17% from 255 or 24.18% from 273); Blue value is 20 (8.20% from 255 or 7.33% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4214 is #44BDEB. Grayscale: #616161. Windows color (decimal): -4505068 or 1327803. OLE color: 1327803.

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

Color convert

RGB 187 66 20 -
CMYK 0 0.65 0.89 0.27
HSL 16.53º 0.81% 0.41% -
HSV(B) 16.53º 0.89% 0.73% -
XYZ 22.57 14.51 2.27 -
YUV 96.94 84.59 192.24 -
System Red Green Blue C M Y K H S L
Decimal 187 66 20 0 0.65 0.89 0.27 16.53 0.81 0.41
Hex BB 42 14 0 41 59 1B 11 51 29
Octal 273 102 24 0 101 131 33 21 121 51
Binary 10111011 1000010 10100 0 1000001 1011001 11011 10001 1010001 101001

Color Harmonies of #BB4214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4214

Black with #BB4214

Text Example


Text Example

White with #BB4214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4214; }

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

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

background-color css

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

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

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

border-color css

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

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

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