Html Css Color HEX #BB3A18 Rust

📋 copy color: '#BB3A18'

red 187 ◦ green 58 ◦ blue 24

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

Shades of Rust #BB3A18

Tints of Rust #BB3A18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.92%

R = 69.52%
G = 21.56%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BB3A18 (or 0xBB3A18) is known color: Rust. HEX triplet: BB, 3A and 18. RGB value is (187,58,24). Sum of RGB (Red+Green+Blue) = 187+58+24=269 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.52% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3A18 is #44C5E7. Grayscale: #5C5C5C. Windows color (decimal): -4507112 or 1587899. OLE color: 1587899.

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

Color convert

RGB 187 58 24 -
CMYK 0 0.69 0.87 0.27
HSL 12.52º 0.77% 0.41% -
HSV(B) 12.52º 0.87% 0.73% -
XYZ 22.17 13.66 2.33 -
YUV 92.7 89.24 195.26 -
System Red Green Blue C M Y K H S L
Decimal 187 58 24 0 0.69 0.87 0.27 12.52 0.77 0.41
Hex BB 3A 18 0 45 57 1B D 4D 29
Octal 273 72 30 0 105 127 33 15 115 51
Binary 10111011 111010 11000 0 1000101 1010111 11011 1101 1001101 101001

Color Harmonies of #BB3A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A18

Black with #BB3A18

Text Example


Text Example

White with #BB3A18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A18; }

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

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

background-color css

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

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

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

border-color css

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

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

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