Html Css Color HEX #BB4813 Rust

📋 copy color: '#BB4813'

red 187 ◦ green 72 ◦ blue 19

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

Shades of Rust #BB4813

Tints of Rust #BB4813

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.9%

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

R = 67.27%
G = 25.9%
B = 6.83%

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

#BB4813 (or 0xBB4813) is known color: Rust. HEX triplet: BB, 48 and 13. RGB value is (187,72,19). Sum of RGB (Red+Green+Blue) = 187+72+19=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4813 is #44B7EC. Grayscale: #646464. Windows color (decimal): -4503533 or 1263803. OLE color: 1263803.

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

Color convert

RGB 187 72 19 -
CMYK 0 0.61 0.90 0.27
HSL 18.93º 0.82% 0.4% -
HSV(B) 18.93º 0.9% 0.73% -
XYZ 22.93 15.25 2.35 -
YUV 100.34 82.1 189.81 -
System Red Green Blue C M Y K H S L
Decimal 187 72 19 0 0.61 0.90 0.27 18.93 0.82 0.4
Hex BB 48 13 0 3D 5A 1B 13 52 28
Octal 273 110 23 0 75 132 33 23 122 50
Binary 10111011 1001000 10011 0 111101 1011010 11011 10011 1010010 101000

Color Harmonies of #BB4813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4813

Black with #BB4813

Text Example


Text Example

White with #BB4813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4813; }

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

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

background-color css

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

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

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

border-color css

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

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

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