Html Css Color HEX #BB3710 Rust

📋 copy color: '#BB3710'

red 187 ◦ green 55 ◦ blue 16

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

Shades of Rust #BB3710

Tints of Rust #BB3710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.32%

 BLUE value IS 16 (6.64% from 255) = 6.2%

R = 72.48%
G = 21.32%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB3710 (or 0xBB3710) is known color: Rust. HEX triplet: BB, 37 and 10. RGB value is (187,55,16). Sum of RGB (Red+Green+Blue) = 187+55+16=258 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.48% from 258); Green value is 55 (21.88% from 255 or 21.32% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3710 is #44C8EF. Grayscale: #5A5A5A. Windows color (decimal): -4507888 or 1062843. OLE color: 1062843.

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

Color convert

RGB 187 55 16 -
CMYK 0 0.71 0.91 0.27
HSL 13.68º 0.84% 0.4% -
HSV(B) 13.68º 0.91% 0.73% -
XYZ 21.95 13.33 1.91 -
YUV 90.02 86.23 197.17 -
System Red Green Blue C M Y K H S L
Decimal 187 55 16 0 0.71 0.91 0.27 13.68 0.84 0.4
Hex BB 37 10 0 47 5B 1B E 54 28
Octal 273 67 20 0 107 133 33 16 124 50
Binary 10111011 110111 10000 0 1000111 1011011 11011 1110 1010100 101000

Color Harmonies of #BB3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3710

Black with #BB3710

Text Example


Text Example

White with #BB3710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3710; }

 p { color: rgb(187,55,16); }

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

background-color css

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

 a { background-color: rgb(187,55,16); }

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

border-color css

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

 span { border-color: rgb(187,55,16); }

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