Html Css Color HEX #BB4D1B Rust

📋 copy color: '#BB4D1B'

red 187 ◦ green 77 ◦ blue 27

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

Shades of Rust #BB4D1B

Tints of Rust #BB4D1B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.46%

 BLUE value IS 27 (10.94% from 255) = 9.28%

R = 64.26%
G = 26.46%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB4D1B (or 0xBB4D1B) is known color: Rust. HEX triplet: BB, 4D and 1B. RGB value is (187,77,27). Sum of RGB (Red+Green+Blue) = 187+77+27=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4D1B is #44B2E4. Grayscale: #686868. Windows color (decimal): -4502245 or 1789371. OLE color: 1789371.

HSL color Cylindrical-coordinate representation of color #BB4D1B: hue angle of 18.75º degrees, saturation: 0.75, 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 #BB4D1B is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 77 27 -
CMYK 0 0.59 0.86 0.27
HSL 18.75º 0.75% 0.42% -
HSV(B) 18.75º 0.86% 0.73% -
XYZ 23.35 15.95 2.89 -
YUV 104.19 84.44 187.07 -
System Red Green Blue C M Y K H S L
Decimal 187 77 27 0 0.59 0.86 0.27 18.75 0.75 0.42
Hex BB 4D 1B 0 3B 56 1B 13 4B 2A
Octal 273 115 33 0 73 126 33 23 113 52
Binary 10111011 1001101 11011 0 111011 1010110 11011 10011 1001011 101010

Color Harmonies of #BB4D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4D1B

Black with #BB4D1B

Text Example


Text Example

White with #BB4D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4D1B; }

 p { color: rgb(187,77,27); }

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

background-color css

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

 a { background-color: rgb(187,77,27); }

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

border-color css

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

 span { border-color: rgb(187,77,27); }

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