Html Css Color HEX #BB4501 Rust

📋 copy color: '#BB4501'

red 187 ◦ green 69 ◦ blue 1

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

Shades of Rust #BB4501

Tints of Rust #BB4501

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.85%

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

R = 72.76%
G = 26.85%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#BB4501 (or 0xBB4501) is known color: Rust. HEX triplet: BB, 45 and 01. RGB value is (187,69,1). Sum of RGB (Red+Green+Blue) = 187+69+1=257 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.76% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 1 (0.78% from 255 or 0.39% from 257); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4501 is #44BAFE. Grayscale: #606060. Windows color (decimal): -4504319 or 83387. OLE color: 83387.

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

Color convert

RGB 187 69 1 -
CMYK 0 0.63 0.99 0.27
HSL 21.94º 0.99% 0.37% -
HSV(B) 21.94º 0.99% 0.73% -
XYZ 22.63 14.82 1.7 -
YUV 96.53 74.09 192.53 -
System Red Green Blue C M Y K H S L
Decimal 187 69 1 0 0.63 0.99 0.27 21.94 0.99 0.37
Hex BB 45 1 0 3F 63 1B 16 63 25
Octal 273 105 1 0 77 143 33 26 143 45
Binary 10111011 1000101 1 0 111111 1100011 11011 10110 1100011 100101

Color Harmonies of #BB4501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4501

Black with #BB4501

Text Example


Text Example

White with #BB4501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4501; }

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

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

background-color css

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

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

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

border-color css

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

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

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