Html Css Color HEX #BB3A17 Rust

📋 copy color: '#BB3A17'

red 187 ◦ green 58 ◦ blue 23

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

Shades of Rust #BB3A17

Tints of Rust #BB3A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.58%

R = 69.78%
G = 21.64%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BB3A17 (or 0xBB3A17) is known color: Rust. HEX triplet: BB, 3A and 17. RGB value is (187,58,23). Sum of RGB (Red+Green+Blue) = 187+58+23=268 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.78% from 268); Green value is 58 (23.05% from 255 or 21.64% from 268); Blue value is 23 (9.38% from 255 or 8.58% from 268); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3A17 is #44C5E8. Grayscale: #5C5C5C. Windows color (decimal): -4507113 or 1522363. OLE color: 1522363.

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

Color convert

RGB 187 58 23 -
CMYK 0 0.69 0.88 0.27
HSL 12.8º 0.78% 0.41% -
HSV(B) 12.8º 0.88% 0.73% -
XYZ 22.16 13.65 2.28 -
YUV 92.58 88.74 195.35 -
System Red Green Blue C M Y K H S L
Decimal 187 58 23 0 0.69 0.88 0.27 12.8 0.78 0.41
Hex BB 3A 17 0 45 58 1B D 4E 29
Octal 273 72 27 0 105 130 33 15 116 51
Binary 10111011 111010 10111 0 1000101 1011000 11011 1101 1001110 101001

Color Harmonies of #BB3A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A17

Black with #BB3A17

Text Example


Text Example

White with #BB3A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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