Html Css Color HEX #BB3B05 Rust

📋 copy color: '#BB3B05'

red 187 ◦ green 59 ◦ blue 5

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

Shades of Rust #BB3B05

Tints of Rust #BB3B05

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.51%

 BLUE value IS 5 (2.34% from 255) = 1.99%

R = 74.5%
G = 23.51%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#BB3B05 (or 0xBB3B05) is known color: Rust. HEX triplet: BB, 3B and 05. RGB value is (187,59,5). Sum of RGB (Red+Green+Blue) = 187+59+5=251 (33% of max value = 765). Red value is 187 (73.44% from 255 or 74.50% from 251); Green value is 59 (23.44% from 255 or 23.51% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BB3B05 is #44C4FA. Grayscale: #5B5B5B. Windows color (decimal): -4506875 or 342971. OLE color: 342971.

HSL color Cylindrical-coordinate representation of color #BB3B05: hue angle of 17.8º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB3B05 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 59 5 -
CMYK 0 0.68 0.97 0.27
HSL 17.8º 0.95% 0.38% -
HSV(B) 17.8º 0.97% 0.73% -
XYZ 22.08 13.7 1.62 -
YUV 91.12 79.41 196.39 -
System Red Green Blue C M Y K H S L
Decimal 187 59 5 0 0.68 0.97 0.27 17.8 0.95 0.38
Hex BB 3B 5 0 44 61 1B 12 5F 26
Octal 273 73 5 0 104 141 33 22 137 46
Binary 10111011 111011 101 0 1000100 1100001 11011 10010 1011111 100110

Color Harmonies of #BB3B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3B05

Black with #BB3B05

Text Example


Text Example

White with #BB3B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3B05; }

 p { color: rgb(187,59,5); }

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

background-color css

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

 a { background-color: rgb(187,59,5); }

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

border-color css

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

 span { border-color: rgb(187,59,5); }

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