Html Css Color HEX #BB4B1E Rust

📋 copy color: '#BB4B1E'

red 187 ◦ green 75 ◦ blue 30

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

Shades of Rust #BB4B1E

Tints of Rust #BB4B1E

RGB

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

 GREEN value IS 75 (29.69% from 255) = 25.68%

 BLUE value IS 30 (12.11% from 255) = 10.27%

R = 64.04%
G = 25.68%
B = 10.27%

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

#BB4B1E (or 0xBB4B1E) is known color: Rust. HEX triplet: BB, 4B and 1E. RGB value is (187,75,30). Sum of RGB (Red+Green+Blue) = 187+75+30=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 30 (12.11% from 255 or 10.27% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4B1E is #44B4E1. Grayscale: #676767. Windows color (decimal): -4502754 or 1985467. OLE color: 1985467.

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

Color convert

RGB 187 75 30 -
CMYK 0 0.60 0.84 0.27
HSL 17.2º 0.72% 0.43% -
HSV(B) 17.2º 0.84% 0.73% -
XYZ 23.24 15.69 3.03 -
YUV 103.36 86.61 187.66 -
System Red Green Blue C M Y K H S L
Decimal 187 75 30 0 0.60 0.84 0.27 17.2 0.72 0.43
Hex BB 4B 1E 0 3C 54 1B 11 48 2B
Octal 273 113 36 0 74 124 33 21 110 53
Binary 10111011 1001011 11110 0 111100 1010100 11011 10001 1001000 101011

Color Harmonies of #BB4B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B1E

Black with #BB4B1E

Text Example


Text Example

White with #BB4B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B1E; }

 p { color: rgb(187,75,30); }

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

background-color css

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

 a { background-color: rgb(187,75,30); }

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

border-color css

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

 span { border-color: rgb(187,75,30); }

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