Html Css Color HEX #BB4A1D Rust

📋 copy color: '#BB4A1D'

red 187 ◦ green 74 ◦ blue 29

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

Shades of Rust #BB4A1D

Tints of Rust #BB4A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10%

R = 64.48%
G = 25.52%
B = 10%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB4A1D (or 0xBB4A1D) is known color: Rust. HEX triplet: BB, 4A and 1D. RGB value is (187,74,29). Sum of RGB (Red+Green+Blue) = 187+74+29=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 74 (29.30% from 255 or 25.52% from 290); Blue value is 29 (11.72% from 255 or 10% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4A1D is #44B5E2. Grayscale: #666666. Windows color (decimal): -4503011 or 1919675. OLE color: 1919675.

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

Color convert

RGB 187 74 29 -
CMYK 0 0.60 0.84 0.27
HSL 17.09º 0.73% 0.42% -
HSV(B) 17.09º 0.84% 0.73% -
XYZ 23.16 15.55 2.94 -
YUV 102.66 86.44 188.16 -
System Red Green Blue C M Y K H S L
Decimal 187 74 29 0 0.60 0.84 0.27 17.09 0.73 0.42
Hex BB 4A 1D 0 3C 54 1B 11 49 2A
Octal 273 112 35 0 74 124 33 21 111 52
Binary 10111011 1001010 11101 0 111100 1010100 11011 10001 1001001 101010

Color Harmonies of #BB4A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A1D

Black with #BB4A1D

Text Example


Text Example

White with #BB4A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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