Html Css Color HEX #BB3A12 Rust

📋 copy color: '#BB3A12'

red 187 ◦ green 58 ◦ blue 18

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

Shades of Rust #BB3A12

Tints of Rust #BB3A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.84%

R = 71.1%
G = 22.05%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB3A12 (or 0xBB3A12) is known color: Rust. HEX triplet: BB, 3A and 12. RGB value is (187,58,18). Sum of RGB (Red+Green+Blue) = 187+58+18=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3A12 is #44C5ED. Grayscale: #5C5C5C. Windows color (decimal): -4507118 or 1194683. OLE color: 1194683.

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

Color convert

RGB 187 58 18 -
CMYK 0 0.69 0.90 0.27
HSL 14.2º 0.82% 0.4% -
HSV(B) 14.2º 0.9% 0.73% -
XYZ 22.12 13.63 2.04 -
YUV 92.01 86.24 195.75 -
System Red Green Blue C M Y K H S L
Decimal 187 58 18 0 0.69 0.90 0.27 14.2 0.82 0.4
Hex BB 3A 12 0 45 5A 1B E 52 28
Octal 273 72 22 0 105 132 33 16 122 50
Binary 10111011 111010 10010 0 1000101 1011010 11011 1110 1010010 101000

Color Harmonies of #BB3A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A12

Black with #BB3A12

Text Example


Text Example

White with #BB3A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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