Html Css Color HEX #BB4504 Rust

📋 copy color: '#BB4504'

red 187 ◦ green 69 ◦ blue 4

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

Shades of Rust #BB4504

Tints of Rust #BB4504

RGB

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

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

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

R = 71.92%
G = 26.54%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB4504 (or 0xBB4504) is known color: Rust. HEX triplet: BB, 45 and 04. RGB value is (187,69,4). Sum of RGB (Red+Green+Blue) = 187+69+4=260 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.92% from 260); Green value is 69 (27.34% from 255 or 26.54% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4504 is #44BAFB. Grayscale: #616161. Windows color (decimal): -4504316 or 279995. OLE color: 279995.

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

Color convert

RGB 187 69 4 -
CMYK 0 0.63 0.98 0.27
HSL 21.31º 0.96% 0.37% -
HSV(B) 21.31º 0.98% 0.73% -
XYZ 22.64 14.83 1.78 -
YUV 96.87 75.59 192.29 -
System Red Green Blue C M Y K H S L
Decimal 187 69 4 0 0.63 0.98 0.27 21.31 0.96 0.37
Hex BB 45 4 0 3F 62 1B 15 60 25
Octal 273 105 4 0 77 142 33 25 140 45
Binary 10111011 1000101 100 0 111111 1100010 11011 10101 1100000 100101

Color Harmonies of #BB4504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4504

Black with #BB4504

Text Example


Text Example

White with #BB4504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4504; }

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

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

background-color css

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

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

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

border-color css

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

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

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