Html Css Color HEX #BB3504 Rust

📋 copy color: '#BB3504'

red 187 ◦ green 53 ◦ blue 4

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

Shades of Rust #BB3504

Tints of Rust #BB3504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.64%

R = 76.64%
G = 21.72%
B = 1.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB3504 (or 0xBB3504) is known color: Rust. HEX triplet: BB, 35 and 04. RGB value is (187,53,4). Sum of RGB (Red+Green+Blue) = 187+53+4=244 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.64% from 244); Green value is 53 (21.09% from 255 or 21.72% from 244); Blue value is 4 (1.95% from 255 or 1.64% from 244); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3504 is #44CAFB. Grayscale: #575757. Windows color (decimal): -4508412 or 275899. OLE color: 275899.

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

Color convert

RGB 187 53 4 -
CMYK 0 0.72 0.98 0.27
HSL 16.07º 0.96% 0.37% -
HSV(B) 16.07º 0.98% 0.73% -
XYZ 21.79 13.12 1.5 -
YUV 87.48 80.89 198.98 -
System Red Green Blue C M Y K H S L
Decimal 187 53 4 0 0.72 0.98 0.27 16.07 0.96 0.37
Hex BB 35 4 0 48 62 1B 10 60 25
Octal 273 65 4 0 110 142 33 20 140 45
Binary 10111011 110101 100 0 1001000 1100010 11011 10000 1100000 100101

Color Harmonies of #BB3504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3504

Black with #BB3504

Text Example


Text Example

White with #BB3504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3504; }

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

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

background-color css

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

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

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

border-color css

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

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

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