Html Css Color HEX #BB3502 Rust

📋 copy color: '#BB3502'

red 187 ◦ green 53 ◦ blue 2

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

Shades of Rust #BB3502

Tints of Rust #BB3502

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.9%

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

R = 77.27%
G = 21.9%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB3502 (or 0xBB3502) is known color: Rust. HEX triplet: BB, 35 and 02. RGB value is (187,53,2). Sum of RGB (Red+Green+Blue) = 187+53+2=242 (32% of max value = 765). Red value is 187 (73.44% from 255 or 77.27% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3502 is #44CAFD. Grayscale: #575757. Windows color (decimal): -4508414 or 144827. OLE color: 144827.

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

Color convert

RGB 187 53 2 -
CMYK 0 0.72 0.99 0.27
HSL 16.54º 0.98% 0.37% -
HSV(B) 16.54º 0.99% 0.73% -
XYZ 21.78 13.12 1.44 -
YUV 87.25 79.89 199.15 -
System Red Green Blue C M Y K H S L
Decimal 187 53 2 0 0.72 0.99 0.27 16.54 0.98 0.37
Hex BB 35 2 0 48 63 1B 11 62 25
Octal 273 65 2 0 110 143 33 21 142 45
Binary 10111011 110101 10 0 1001000 1100011 11011 10001 1100010 100101

Color Harmonies of #BB3502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3502

Black with #BB3502

Text Example


Text Example

White with #BB3502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3502; }

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

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

background-color css

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

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

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

border-color css

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

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

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