Html Css Color HEX #BB4A15 Rust

📋 copy color: '#BB4A15'

red 187 ◦ green 74 ◦ blue 21

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

Shades of Rust #BB4A15

Tints of Rust #BB4A15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.45%

R = 66.31%
G = 26.24%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BB4A15 (or 0xBB4A15) is known color: Rust. HEX triplet: BB, 4A and 15. RGB value is (187,74,21). Sum of RGB (Red+Green+Blue) = 187+74+21=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 74 (29.30% from 255 or 26.24% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4A15 is #44B5EA. Grayscale: #666666. Windows color (decimal): -4503019 or 1395387. OLE color: 1395387.

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

Color convert

RGB 187 74 21 -
CMYK 0 0.60 0.89 0.27
HSL 19.16º 0.8% 0.41% -
HSV(B) 19.16º 0.89% 0.73% -
XYZ 23.08 15.52 2.49 -
YUV 101.75 82.44 188.81 -
System Red Green Blue C M Y K H S L
Decimal 187 74 21 0 0.60 0.89 0.27 19.16 0.8 0.41
Hex BB 4A 15 0 3C 59 1B 13 50 29
Octal 273 112 25 0 74 131 33 23 120 51
Binary 10111011 1001010 10101 0 111100 1011001 11011 10011 1010000 101001

Color Harmonies of #BB4A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A15

Black with #BB4A15

Text Example


Text Example

White with #BB4A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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