Html Css Color HEX #BB3A10 Rust

📋 copy color: '#BB3A10'

red 187 ◦ green 58 ◦ blue 16

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

Shades of Rust #BB3A10

Tints of Rust #BB3A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.13%

R = 71.65%
G = 22.22%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB3A10 (or 0xBB3A10) is known color: Rust. HEX triplet: BB, 3A and 10. RGB value is (187,58,16). Sum of RGB (Red+Green+Blue) = 187+58+16=261 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.65% from 261); Green value is 58 (23.05% from 255 or 22.22% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3A10 is #44C5EF. Grayscale: #5C5C5C. Windows color (decimal): -4507120 or 1063611. OLE color: 1063611.

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

Color convert

RGB 187 58 16 -
CMYK 0 0.69 0.91 0.27
HSL 14.74º 0.84% 0.4% -
HSV(B) 14.74º 0.91% 0.73% -
XYZ 22.1 13.63 1.96 -
YUV 91.78 85.24 195.92 -
System Red Green Blue C M Y K H S L
Decimal 187 58 16 0 0.69 0.91 0.27 14.74 0.84 0.4
Hex BB 3A 10 0 45 5B 1B F 54 28
Octal 273 72 20 0 105 133 33 17 124 50
Binary 10111011 111010 10000 0 1000101 1011011 11011 1111 1010100 101000

Color Harmonies of #BB3A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A10

Black with #BB3A10

Text Example


Text Example

White with #BB3A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A10; }

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

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

background-color css

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

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

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

border-color css

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

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

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