Html Css Color HEX #BB4404 Rust

📋 copy color: '#BB4404'

red 187 ◦ green 68 ◦ blue 4

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

Shades of Rust #BB4404

Tints of Rust #BB4404

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

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

R = 72.2%
G = 26.25%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB4404 (or 0xBB4404) is known color: Rust. HEX triplet: BB, 44 and 04. RGB value is (187,68,4). Sum of RGB (Red+Green+Blue) = 187+68+4=259 (34% of max value = 765). Red value is 187 (73.44% from 255 or 72.20% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 4 (1.95% from 255 or 1.54% from 259); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB4404 is #44BBFB. Grayscale: #606060. Windows color (decimal): -4504572 or 279739. OLE color: 279739.

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

Color convert

RGB 187 68 4 -
CMYK 0 0.64 0.98 0.27
HSL 20.98º 0.96% 0.37% -
HSV(B) 20.98º 0.98% 0.73% -
XYZ 22.58 14.71 1.76 -
YUV 96.29 75.92 192.7 -
System Red Green Blue C M Y K H S L
Decimal 187 68 4 0 0.64 0.98 0.27 20.98 0.96 0.37
Hex BB 44 4 0 40 62 1B 15 60 25
Octal 273 104 4 0 100 142 33 25 140 45
Binary 10111011 1000100 100 0 1000000 1100010 11011 10101 1100000 100101

Color Harmonies of #BB4404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4404

Black with #BB4404

Text Example


Text Example

White with #BB4404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4404; }

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

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

background-color css

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

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

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

border-color css

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

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

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