Html Css Color HEX #BB4913 Rust

📋 copy color: '#BB4913'

red 187 ◦ green 73 ◦ blue 19

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

Shades of Rust #BB4913

Tints of Rust #BB4913

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.16%

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

R = 67.03%
G = 26.16%
B = 6.81%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BB4913 (or 0xBB4913) is known color: Rust. HEX triplet: BB, 49 and 13. RGB value is (187,73,19). Sum of RGB (Red+Green+Blue) = 187+73+19=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 19 (7.81% from 255 or 6.81% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4913 is #44B6EC. Grayscale: #656565. Windows color (decimal): -4503277 or 1264059. OLE color: 1264059.

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

Color convert

RGB 187 73 19 -
CMYK 0 0.61 0.90 0.27
HSL 19.29º 0.82% 0.4% -
HSV(B) 19.29º 0.9% 0.73% -
XYZ 22.99 15.38 2.37 -
YUV 100.93 81.77 189.39 -
System Red Green Blue C M Y K H S L
Decimal 187 73 19 0 0.61 0.90 0.27 19.29 0.82 0.4
Hex BB 49 13 0 3D 5A 1B 13 52 28
Octal 273 111 23 0 75 132 33 23 122 50
Binary 10111011 1001001 10011 0 111101 1011010 11011 10011 1010010 101000

Color Harmonies of #BB4913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4913

Black with #BB4913

Text Example


Text Example

White with #BB4913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4913; }

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

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

background-color css

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

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

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

border-color css

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

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

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