Html Css Color HEX #BB4613 Rust

📋 copy color: '#BB4613'

red 187 ◦ green 70 ◦ blue 19

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

Shades of Rust #BB4613

Tints of Rust #BB4613

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.36%

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 67.75%
G = 25.36%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB4613 (or 0xBB4613) is known color: Rust. HEX triplet: BB, 46 and 13. RGB value is (187,70,19). Sum of RGB (Red+Green+Blue) = 187+70+19=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4613 is #44B9EC. Grayscale: #636363. Windows color (decimal): -4504045 or 1263291. OLE color: 1263291.

HSL color Cylindrical-coordinate representation of color #BB4613: hue angle of 18.21º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB4613 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 70 19 -
CMYK 0 0.63 0.90 0.27
HSL 18.21º 0.82% 0.4% -
HSV(B) 18.21º 0.9% 0.73% -
XYZ 22.8 14.99 2.31 -
YUV 99.17 82.76 190.65 -
System Red Green Blue C M Y K H S L
Decimal 187 70 19 0 0.63 0.90 0.27 18.21 0.82 0.4
Hex BB 46 13 0 3F 5A 1B 12 52 28
Octal 273 106 23 0 77 132 33 22 122 50
Binary 10111011 1000110 10011 0 111111 1011010 11011 10010 1010010 101000

Color Harmonies of #BB4613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4613

Black with #BB4613

Text Example


Text Example

White with #BB4613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4613; }

 p { color: rgb(187,70,19); }

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

background-color css

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

 a { background-color: rgb(187,70,19); }

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

border-color css

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

 span { border-color: rgb(187,70,19); }

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