Html Css Color HEX #BB471D Rust

📋 copy color: '#BB471D'

red 187 ◦ green 71 ◦ blue 29

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

Shades of Rust #BB471D

Tints of Rust #BB471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.74%

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

R = 65.16%
G = 24.74%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB471D (or 0xBB471D) is known color: Rust. HEX triplet: BB, 47 and 1D. RGB value is (187,71,29). Sum of RGB (Red+Green+Blue) = 187+71+29=287 (38% of max value = 765). Red value is 187 (73.44% from 255 or 65.16% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 29 (11.72% from 255 or 10.10% from 287); Max value from RGB is 187 - color contains mainly: red. Hex color #BB471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB471D is #44B8E2. Grayscale: #656565. Windows color (decimal): -4503779 or 1918907. OLE color: 1918907.

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

Color convert

RGB 187 71 29 -
CMYK 0 0.62 0.84 0.27
HSL 15.95º 0.73% 0.42% -
HSV(B) 15.95º 0.84% 0.73% -
XYZ 22.97 15.16 2.88 -
YUV 100.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 187 71 29 0 0.62 0.84 0.27 15.95 0.73 0.42
Hex BB 47 1D 0 3E 54 1B 10 49 2A
Octal 273 107 35 0 76 124 33 20 111 52
Binary 10111011 1000111 11101 0 111110 1010100 11011 10000 1001001 101010

Color Harmonies of #BB471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB471D

Black with #BB471D

Text Example


Text Example

White with #BB471D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB471D; }

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

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

background-color css

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

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

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

border-color css

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

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

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