Html Css Color HEX #BB3501 Rust

📋 copy color: '#BB3501'

red 187 ◦ green 53 ◦ blue 1

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

Shades of Rust #BB3501

Tints of Rust #BB3501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.41%

R = 77.59%
G = 21.99%
B = 0.41%

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

#BB3501 (or 0xBB3501) is known color: Rust. HEX triplet: BB, 35 and 01. RGB value is (187,53,1). Sum of RGB (Red+Green+Blue) = 187+53+1=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 53 (21.09% from 255 or 21.99% from 241); Blue value is 1 (0.78% from 255 or 0.41% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3501 is #44CAFE. Grayscale: #575757. Windows color (decimal): -4508415 or 79291. OLE color: 79291.

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

Color convert

RGB 187 53 1 -
CMYK 0 0.72 0.99 0.27
HSL 16.77º 0.99% 0.37% -
HSV(B) 16.77º 0.99% 0.73% -
XYZ 21.77 13.11 1.41 -
YUV 87.14 79.39 199.23 -
System Red Green Blue C M Y K H S L
Decimal 187 53 1 0 0.72 0.99 0.27 16.77 0.99 0.37
Hex BB 35 1 0 48 63 1B 11 63 25
Octal 273 65 1 0 110 143 33 21 143 45
Binary 10111011 110101 1 0 1001000 1100011 11011 10001 1100011 100101

Color Harmonies of #BB3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3501

Black with #BB3501

Text Example


Text Example

White with #BB3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3501; }

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

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

background-color css

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

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

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

border-color css

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

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

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