Html Css Color HEX #BB4610 Rust

📋 copy color: '#BB4610'

red 187 ◦ green 70 ◦ blue 16

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

Shades of Rust #BB4610

Tints of Rust #BB4610

RGB

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

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

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

R = 68.5%
G = 25.64%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BB4610 (or 0xBB4610) is known color: Rust. HEX triplet: BB, 46 and 10. RGB value is (187,70,16). Sum of RGB (Red+Green+Blue) = 187+70+16=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4610 is #44B9EF. Grayscale: #636363. Windows color (decimal): -4504048 or 1066683. OLE color: 1066683.

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

Color convert

RGB 187 70 16 -
CMYK 0 0.63 0.91 0.27
HSL 18.95º 0.84% 0.4% -
HSV(B) 18.95º 0.91% 0.73% -
XYZ 22.78 14.98 2.18 -
YUV 98.83 81.26 190.89 -
System Red Green Blue C M Y K H S L
Decimal 187 70 16 0 0.63 0.91 0.27 18.95 0.84 0.4
Hex BB 46 10 0 3F 5B 1B 13 54 28
Octal 273 106 20 0 77 133 33 23 124 50
Binary 10111011 1000110 10000 0 111111 1011011 11011 10011 1010100 101000

Color Harmonies of #BB4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4610

Black with #BB4610

Text Example


Text Example

White with #BB4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4610; }

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

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

background-color css

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

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

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

border-color css

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

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

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