Html Css Color HEX #BB4F1D Rust

📋 copy color: '#BB4F1D'

red 187 ◦ green 79 ◦ blue 29

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

Shades of Rust #BB4F1D

Tints of Rust #BB4F1D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.78%

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

R = 63.39%
G = 26.78%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB4F1D (or 0xBB4F1D) is known color: Rust. HEX triplet: BB, 4F and 1D. RGB value is (187,79,29). Sum of RGB (Red+Green+Blue) = 187+79+29=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4F1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB4F1D is #44B0E2. Grayscale: #696969. Windows color (decimal): -4501731 or 1920955. OLE color: 1920955.

HSL color Cylindrical-coordinate representation of color #BB4F1D: hue angle of 18.99º 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 #BB4F1D is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 79 29 -
CMYK 0 0.58 0.84 0.27
HSL 18.99º 0.73% 0.42% -
HSV(B) 18.99º 0.84% 0.73% -
XYZ 23.51 16.25 3.06 -
YUV 105.59 84.78 186.07 -
System Red Green Blue C M Y K H S L
Decimal 187 79 29 0 0.58 0.84 0.27 18.99 0.73 0.42
Hex BB 4F 1D 0 3A 54 1B 13 49 2A
Octal 273 117 35 0 72 124 33 23 111 52
Binary 10111011 1001111 11101 0 111010 1010100 11011 10011 1001001 101010

Color Harmonies of #BB4F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4F1D

Black with #BB4F1D

Text Example


Text Example

White with #BB4F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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