Html Css Color HEX #BB3404 Rust

📋 copy color: '#BB3404'

red 187 ◦ green 52 ◦ blue 4

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

Shades of Rust #BB3404

Tints of Rust #BB3404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.4%

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

R = 76.95%
G = 21.4%
B = 1.65%

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

#BB3404 (or 0xBB3404) is known color: Rust. HEX triplet: BB, 34 and 04. RGB value is (187,52,4). Sum of RGB (Red+Green+Blue) = 187+52+4=243 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.95% from 243); Green value is 52 (20.70% from 255 or 21.40% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3404 is #44CBFB. Grayscale: #575757. Windows color (decimal): -4508668 or 275643. OLE color: 275643.

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

Color convert

RGB 187 52 4 -
CMYK 0 0.72 0.98 0.27
HSL 15.74º 0.96% 0.37% -
HSV(B) 15.74º 0.98% 0.73% -
XYZ 21.74 13.03 1.48 -
YUV 86.89 81.23 199.4 -
System Red Green Blue C M Y K H S L
Decimal 187 52 4 0 0.72 0.98 0.27 15.74 0.96 0.37
Hex BB 34 4 0 48 62 1B 10 60 25
Octal 273 64 4 0 110 142 33 20 140 45
Binary 10111011 110100 100 0 1001000 1100010 11011 10000 1100000 100101

Color Harmonies of #BB3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3404

Black with #BB3404

Text Example


Text Example

White with #BB3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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