Html Css Color HEX #BB3202 Rust

📋 copy color: '#BB3202'

red 187 ◦ green 50 ◦ blue 2

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

Shades of Rust #BB3202

Tints of Rust #BB3202

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.92%

 BLUE value IS 2 (1.17% from 255) = 0.84%

R = 78.24%
G = 20.92%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB3202 (or 0xBB3202) is known color: Rust. HEX triplet: BB, 32 and 02. RGB value is (187,50,2). Sum of RGB (Red+Green+Blue) = 187+50+2=239 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.24% from 239); Green value is 50 (19.92% from 255 or 20.92% from 239); Blue value is 2 (1.17% from 255 or 0.84% from 239); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3202 is #44CDFD. Grayscale: #555555. Windows color (decimal): -4509182 or 144059. OLE color: 144059.

HSL color Cylindrical-coordinate representation of color #BB3202: hue angle of 15.57º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB3202 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 50 2 -
CMYK 0 0.73 0.99 0.27
HSL 15.57º 0.98% 0.37% -
HSV(B) 15.57º 0.99% 0.73% -
XYZ 21.65 12.85 1.4 -
YUV 85.49 80.89 200.4 -
System Red Green Blue C M Y K H S L
Decimal 187 50 2 0 0.73 0.99 0.27 15.57 0.98 0.37
Hex BB 32 2 0 49 63 1B 10 62 25
Octal 273 62 2 0 111 143 33 20 142 45
Binary 10111011 110010 10 0 1001001 1100011 11011 10000 1100010 100101

Color Harmonies of #BB3202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3202

Black with #BB3202

Text Example


Text Example

White with #BB3202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3202; }

 p { color: rgb(187,50,2); }

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

background-color css

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

 a { background-color: rgb(187,50,2); }

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

border-color css

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

 span { border-color: rgb(187,50,2); }

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