Html Css Color HEX #BB3610 Rust

📋 copy color: '#BB3610'

red 187 ◦ green 54 ◦ blue 16

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

Shades of Rust #BB3610

Tints of Rust #BB3610

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.01%

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

R = 72.76%
G = 21.01%
B = 6.23%

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

#BB3610 (or 0xBB3610) is known color: Rust. HEX triplet: BB, 36 and 10. RGB value is (187,54,16). Sum of RGB (Red+Green+Blue) = 187+54+16=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3610 is #44C9EF. Grayscale: #595959. Windows color (decimal): -4508144 or 1062587. OLE color: 1062587.

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

Color convert

RGB 187 54 16 -
CMYK 0 0.71 0.91 0.27
HSL 13.33º 0.84% 0.4% -
HSV(B) 13.33º 0.91% 0.73% -
XYZ 21.91 13.24 1.89 -
YUV 89.44 86.56 197.59 -
System Red Green Blue C M Y K H S L
Decimal 187 54 16 0 0.71 0.91 0.27 13.33 0.84 0.4
Hex BB 36 10 0 47 5B 1B D 54 28
Octal 273 66 20 0 107 133 33 15 124 50
Binary 10111011 110110 10000 0 1000111 1011011 11011 1101 1010100 101000

Color Harmonies of #BB3610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3610

Black with #BB3610

Text Example


Text Example

White with #BB3610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3610; }

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

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

background-color css

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

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

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

border-color css

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

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

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