Html Css Color HEX #BB3604 Rust

📋 copy color: '#BB3604'

red 187 ◦ green 54 ◦ blue 4

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

Shades of Rust #BB3604

Tints of Rust #BB3604

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.04%

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

R = 76.33%
G = 22.04%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.98

 K value IS 0.27

RGB Variations

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

Color information

#BB3604 (or 0xBB3604) is known color: Rust. HEX triplet: BB, 36 and 04. RGB value is (187,54,4). Sum of RGB (Red+Green+Blue) = 187+54+4=245 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.33% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3604 is #44C9FB. Grayscale: #585858. Windows color (decimal): -4508156 or 276155. OLE color: 276155.

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

Color convert

RGB 187 54 4 -
CMYK 0 0.71 0.98 0.27
HSL 16.39º 0.96% 0.37% -
HSV(B) 16.39º 0.98% 0.73% -
XYZ 21.83 13.21 1.51 -
YUV 88.07 80.56 198.57 -
System Red Green Blue C M Y K H S L
Decimal 187 54 4 0 0.71 0.98 0.27 16.39 0.96 0.37
Hex BB 36 4 0 47 62 1B 10 60 25
Octal 273 66 4 0 107 142 33 20 140 45
Binary 10111011 110110 100 0 1000111 1100010 11011 10000 1100000 100101

Color Harmonies of #BB3604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3604

Black with #BB3604

Text Example


Text Example

White with #BB3604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3604; }

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

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

background-color css

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

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

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

border-color css

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

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

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