Html Css Color HEX #BB3A14 Rust

📋 copy color: '#BB3A14'

red 187 ◦ green 58 ◦ blue 20

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

Shades of Rust #BB3A14

Tints of Rust #BB3A14

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.89%

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

R = 70.57%
G = 21.89%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB3A14 (or 0xBB3A14) is known color: Rust. HEX triplet: BB, 3A and 14. RGB value is (187,58,20). Sum of RGB (Red+Green+Blue) = 187+58+20=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 58 (23.05% from 255 or 21.89% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3A14 is #44C5EB. Grayscale: #5C5C5C. Windows color (decimal): -4507116 or 1325755. OLE color: 1325755.

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

Color convert

RGB 187 58 20 -
CMYK 0 0.69 0.89 0.27
HSL 13.65º 0.81% 0.41% -
HSV(B) 13.65º 0.89% 0.73% -
XYZ 22.13 13.64 2.13 -
YUV 92.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 187 58 20 0 0.69 0.89 0.27 13.65 0.81 0.41
Hex BB 3A 14 0 45 59 1B E 51 29
Octal 273 72 24 0 105 131 33 16 121 51
Binary 10111011 111010 10100 0 1000101 1011001 11011 1110 1010001 101001

Color Harmonies of #BB3A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A14

Black with #BB3A14

Text Example


Text Example

White with #BB3A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A14; }

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

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

background-color css

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

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

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

border-color css

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

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

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