Html Css Color HEX #BB4414 Rust

📋 copy color: '#BB4414'

red 187 ◦ green 68 ◦ blue 20

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

Shades of Rust #BB4414

Tints of Rust #BB4414

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.73%

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

R = 68%
G = 24.73%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB4414 (or 0xBB4414) is known color: Rust. HEX triplet: BB, 44 and 14. RGB value is (187,68,20). Sum of RGB (Red+Green+Blue) = 187+68+20=275 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4414 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4414 is #44BBEB. Grayscale: #626262. Windows color (decimal): -4504556 or 1328315. OLE color: 1328315.

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

Color convert

RGB 187 68 20 -
CMYK 0 0.64 0.89 0.27
HSL 17.25º 0.81% 0.41% -
HSV(B) 17.25º 0.89% 0.73% -
XYZ 22.69 14.75 2.31 -
YUV 98.11 83.92 191.4 -
System Red Green Blue C M Y K H S L
Decimal 187 68 20 0 0.64 0.89 0.27 17.25 0.81 0.41
Hex BB 44 14 0 40 59 1B 11 51 29
Octal 273 104 24 0 100 131 33 21 121 51
Binary 10111011 1000100 10100 0 1000000 1011001 11011 10001 1010001 101001

Color Harmonies of #BB4414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4414

Black with #BB4414

Text Example


Text Example

White with #BB4414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4414; }

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

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

background-color css

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

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

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

border-color css

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

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

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