Html Css Color HEX #BB3A09 Rust

📋 copy color: '#BB3A09'

red 187 ◦ green 58 ◦ blue 9

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

Shades of Rust #BB3A09

Tints of Rust #BB3A09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.54%

R = 73.62%
G = 22.83%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.27

RGB Variations

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

Color information

#BB3A09 (or 0xBB3A09) is known color: Rust. HEX triplet: BB, 3A and 09. RGB value is (187,58,9). Sum of RGB (Red+Green+Blue) = 187+58+9=254 (33% of max value = 765). Red value is 187 (73.44% from 255 or 73.62% from 254); Green value is 58 (23.05% from 255 or 22.83% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3A09 is #44C5F6. Grayscale: #5B5B5B. Windows color (decimal): -4507127 or 604859. OLE color: 604859.

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

Color convert

RGB 187 58 9 -
CMYK 0 0.69 0.95 0.27
HSL 16.52º 0.91% 0.38% -
HSV(B) 16.52º 0.95% 0.73% -
XYZ 22.06 13.61 1.72 -
YUV 90.99 81.74 196.48 -
System Red Green Blue C M Y K H S L
Decimal 187 58 9 0 0.69 0.95 0.27 16.52 0.91 0.38
Hex BB 3A 9 0 45 5F 1B 11 5B 26
Octal 273 72 11 0 105 137 33 21 133 46
Binary 10111011 111010 1001 0 1000101 1011111 11011 10001 1011011 100110

Color Harmonies of #BB3A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A09

Black with #BB3A09

Text Example


Text Example

White with #BB3A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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