Html Css Color HEX #BB4A1A Rust

📋 copy color: '#BB4A1A'

red 187 ◦ green 74 ◦ blue 26

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

Shades of Rust #BB4A1A

Tints of Rust #BB4A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.78%

 BLUE value IS 26 (10.55% from 255) = 9.06%

R = 65.16%
G = 25.78%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB4A1A (or 0xBB4A1A) is known color: Rust. HEX triplet: BB, 4A and 1A. RGB value is (187,74,26). Sum of RGB (Red+Green+Blue) = 187+74+26=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 74 (29.30% from 255 or 25.78% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A1A is #44B5E5. Grayscale: #666666. Windows color (decimal): -4503014 or 1723067. OLE color: 1723067.

HSL color Cylindrical-coordinate representation of color #BB4A1A: hue angle of 17.89º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB4A1A is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 74 26 -
CMYK 0 0.60 0.86 0.27
HSL 17.89º 0.76% 0.42% -
HSV(B) 17.89º 0.86% 0.73% -
XYZ 23.13 15.54 2.76 -
YUV 102.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 187 74 26 0 0.60 0.86 0.27 17.89 0.76 0.42
Hex BB 4A 1A 0 3C 56 1B 12 4C 2A
Octal 273 112 32 0 74 126 33 22 114 52
Binary 10111011 1001010 11010 0 111100 1010110 11011 10010 1001100 101010

Color Harmonies of #BB4A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A1A

Black with #BB4A1A

Text Example


Text Example

White with #BB4A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A1A; }

 p { color: rgb(187,74,26); }

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

background-color css

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

 a { background-color: rgb(187,74,26); }

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

border-color css

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

 span { border-color: rgb(187,74,26); }

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